Uses of Interface
com.luciad.format.dwg.ILcdDWGShape
Package
Description
Handles the dwg format.
Contains a painter provider for painting DWG shapes on a 2D view.
-
Uses of ILcdDWGShape in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents an Arc from a DWG file.class
This class represents a Block from a DWG file.class
This class represents a Circle from a DWG file.class
This class represents a Polyline with bulges from a DWG file.class
This class represents a Solid or Hatch with bulges from a DWG file.class
This class represents an Ellipse from a DWG file.class
This class represents a Face3D from a DWG file.class
This class represents a Line from a DWG file.class
This class represents a Point from a DWG file.class
This class represents a Polyline2D from a DWG file.class
This class represents a Face3D from a DWG file.class
This class represents a Text from a DWG file. -
Uses of ILcdDWGShape in com.luciad.format.dwg.gxy
Modifier and TypeMethodDescriptionTLcdDWGGXYFillStyle.retrieveColor
(ILcdDWGShape aDWGShape) Finds the correct DWG color index and returns the corresponding color from the DWG color table.protected Color
TLcdDWGGXYFontStyle.retrieveColor
(ILcdDWGShape aDWGShape) Finds the correct DWG color index and returns the corresponding color from the DWG color table.TLcdDWGGXYLineStyle.retrieveColor
(ILcdDWGShape aDWGShape) Finds the correct DWG color index and returns the corresponding color from the DWG color table.int
TLcdDWGGXYFillStyle.retrieveColorIndex
(ILcdDWGShape aDWGShape) protected int
TLcdDWGGXYFontStyle.retrieveColorIndex
(ILcdDWGShape aDWGShape) int
TLcdDWGGXYLineStyle.retrieveColorIndex
(ILcdDWGShape aDWGShape) Returns the DWG color index to be used for drawing the given DWG element.TLcdDWGGXYLineStyle.retrieveLineType
(ILcdDWGShape aDWGShape) Returns the line type to be used for drawing the given DWG element.int
TLcdDWGGXYLineStyle.retrieveWeight
(ILcdDWGShape aDWGShape) Returns the weight to be used for drawing the given DWG element.