Uses of Interface
com.luciad.format.dgn.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
Modifier and TypeClassDescriptionclass
This class represents a 3DSurface from a DGN file.class
This class represents an Arc2D from a DGN file.class
This class represents a Cell from a DGN file.class
This class represents a ComplexChain from a DGN file.class
This class represents a ComplexShape from a DGN file.class
This class represents a Curve2D from a DGN file.class
This class represents a Dimension from a DGN file.class
This class represents a TagElement from a DGN file.class
This class represents a Ellipse2D from a DGN file.class
This class represents a Curve2D from a DGN file.class
This class represents a Curve3D from a DGN file.class
This class represents a Line2D from a DGN file.class
This class represents a Line3D from a DGN file.class
This class represents a LineString2D from a DGN file.class
This class represents a LineString3D from a DGN file.class
This class represents a Shape2D from a DGN file.class
This class represents a Shape3D from a DGN file.class
This class represents a Line2D from a DGN file.class
This class represents a LineString2D from a DGN file.class
This class represents a Shape2D from a DGN file.class
This class represents a Solid from a DGN file.class
This class represents a Text2D from a DGN file.class
This class represents a TextNode2D from a DGN file. -
Uses of ILcdDGNShape in com.luciad.format.dgn.gxy
Modifier and TypeMethodDescriptionint
ILcdDGNGXYFillMode.fillMode
(ILcdDGNShape aShape) int
TLcdDGNGXYFillMode.fillMode
(ILcdDGNShape aShape) TLcdDGNGXYFillStyle.retrieveColor
(ILcdDGNShape aDGNShape) Finds the correct DGN color index and returns the corresponding color from the DGN color table.protected Color
TLcdDGNGXYFontStyle.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.int
TLcdDGNGXYFillStyle.retrieveColorIndex
(ILcdDGNShape aDGNShape) Deprecated.protected int
TLcdDGNGXYFontStyle.retrieveColorIndex
(ILcdDGNShape aDGNShape) Deprecated.this method does not take extended colors into account, useTLcdDGNGXYFontStyle.retrieveColor(com.luciad.format.dgn.ILcdDGNShape)
insteadint
TLcdDGNGXYLineStyle.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.int
TLcdDGNGXYLineStyle.retrieveStyle
(ILcdDGNShape aDGNShape) int
TLcdDGNGXYLineStyle.retrieveWeight
(ILcdDGNShape aDGNShape)
TLcdDGNGXYFillStyle.retrieveColor(com.luciad.format.dgn.ILcdDGNShape)
instead