Uses of Interface
com.luciad.format.dgn.ILcdDGNShape
Packages that use ILcdDGNShape
Package
Description
Handles the dgn format.
Contains a painter provider for painting DGN shapes on a 2D view.
-
Uses of ILcdDGNShape in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcdDGNShapeModifier and TypeClassDescriptionclassThis class represents a 3DSurface from a DGN file.classThis class represents an Arc2D from a DGN file.classThis class represents a Cell from a DGN file.classThis class represents a ComplexChain from a DGN file.classThis class represents a ComplexShape from a DGN file.classThis class represents a Curve2D from a DGN file.classThis class represents a Dimension from a DGN file.classThis class represents a TagElement from a DGN file.classThis class represents a Ellipse2D from a DGN file.classThis class represents a Curve2D from a DGN file.classThis class represents a Curve3D from a DGN file.classThis class represents a Line2D from a DGN file.classThis class represents a Line3D from a DGN file.classThis class represents a LineString2D from a DGN file.classThis class represents a LineString3D from a DGN file.classThis class represents a Shape2D from a DGN file.classThis class represents a Shape3D from a DGN file.classThis class represents a Line2D from a DGN file.classThis class represents a LineString2D from a DGN file.classThis class represents a Shape2D from a DGN file.classThis class represents a Solid from a DGN file.classThis class represents a Text2D from a DGN file.classThis class represents a TextNode2D from a DGN file. -
Uses of ILcdDGNShape in com.luciad.format.dgn.gxy
Methods in com.luciad.format.dgn.gxy with parameters of type ILcdDGNShapeModifier and TypeMethodDescriptionintILcdDGNGXYFillMode.fillMode(ILcdDGNShape aShape) intTLcdDGNGXYFillMode.fillMode(ILcdDGNShape aShape) TLcdDGNGXYFillStyle.retrieveColor(ILcdDGNShape aDGNShape) Finds the correct DGN color index and returns the corresponding color from the DGN color table.protected ColorTLcdDGNGXYFontStyle.retrieveColor(ILcdDGNShape aDGNShape) Finds the correct DGN color index and returns the corresponding color from the DGN color table.TLcdDGNGXYLineStyle.retrieveColor(ILcdDGNShape aDGNShape) Finds the correct DGN color index and returns the corresponding color from the DGN color table.intTLcdDGNGXYFillStyle.retrieveColorIndex(ILcdDGNShape aDGNShape) Deprecated.protected intTLcdDGNGXYFontStyle.retrieveColorIndex(ILcdDGNShape aDGNShape) Deprecated.this method does not take extended colors into account, useTLcdDGNGXYFontStyle.retrieveColor(com.luciad.format.dgn.ILcdDGNShape)insteadintTLcdDGNGXYLineStyle.retrieveColorIndex(ILcdDGNShape aDGNShape) Deprecated.this method does not take extended colors into account, useTLcdDGNGXYLineStyle.retrieveColor(com.luciad.format.dgn.ILcdDGNShape)insteadTLcdDGNGXYFillStyle.retrievePaint(ILcdDGNShape aDGNShape) Finds the correct pattern or color for filling the given DGN shape.intTLcdDGNGXYLineStyle.retrieveStyle(ILcdDGNShape aDGNShape) intTLcdDGNGXYLineStyle.retrieveWeight(ILcdDGNShape aDGNShape)
TLcdDGNGXYFillStyle.retrieveColor(com.luciad.format.dgn.ILcdDGNShape)instead