Uses of Interface
com.luciad.format.dwg.ILcdDWGShape
Packages that use 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
Classes in com.luciad.format.dwg that implement ILcdDWGShapeModifier and TypeClassDescriptionclassThis class represents an Arc from a DWG file.classThis class represents a Block from a DWG file.classThis class represents a Circle from a DWG file.classThis class represents a Polyline with bulges from a DWG file.classThis class represents a Solid or Hatch with bulges from a DWG file.classThis class represents an Ellipse from a DWG file.classThis class represents a Face3D from a DWG file.classThis class represents a Line from a DWG file.classThis class represents a Point from a DWG file.classThis class represents a Polyline2D from a DWG file.classThis class represents a Face3D from a DWG file.classThis class represents a Region from a DWG file.classThis class represents a Text from a DWG file. -
Uses of ILcdDWGShape in com.luciad.format.dwg.gxy
Methods in com.luciad.format.dwg.gxy with parameters of type ILcdDWGShapeModifier and TypeMethodDescriptionTLcdDWGGXYFillStyle.retrieveColor(ILcdDWGShape aDWGShape) Finds the correct DWG color index and returns the corresponding color from the DWG color table.protected ColorTLcdDWGGXYFontStyle.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.intTLcdDWGGXYFillStyle.retrieveColorIndex(ILcdDWGShape aDWGShape) protected intTLcdDWGGXYFontStyle.retrieveColorIndex(ILcdDWGShape aDWGShape) intTLcdDWGGXYLineStyle.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.intTLcdDWGGXYLineStyle.retrieveWeight(ILcdDWGShape aDWGShape) Returns the weight to be used for drawing the given DWG element.