|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DwgObject | |
com.iver.cit.jdwglib.dwg | |
com.iver.cit.jdwglib.dwg.objects |
Uses of DwgObject in com.iver.cit.jdwglib.dwg |
Methods in com.iver.cit.jdwglib.dwg with parameters of type DwgObject | |
java.lang.String |
DwgFile.getLayerName(DwgObject entity)
Returns the name of the layer of a DWG object |
int |
DwgFile.getColorByLayer(DwgObject entity)
Returns the color of the layer of a DWG object |
void |
DwgFile.addDwgObject(DwgObject dwgObject)
Add a DWG object to the dwgObject vector |
Uses of DwgObject in com.iver.cit.jdwglib.dwg.objects |
Subclasses of DwgObject in com.iver.cit.jdwglib.dwg.objects | |
class |
DwgArc
The DwgArc class represents a DWG Arc |
class |
DwgAttdef
The DwgAttdef class represents a DWG Attdef |
class |
DwgAttrib
The DwgAttrib class represents a DWG Attrib |
class |
DwgBlock
The DwgBlock class represents a DWG Block |
class |
DwgBlockControl
The DwgBlockControl class represents a DWG Block control |
class |
DwgBlockHeader
The DwgBlockHeader class represents a DWG Block header |
class |
DwgCircle
The DwgCircle class represents a DWG Circle |
class |
DwgEllipse
The DwgEllipse class represents a DWG Ellipse |
class |
DwgEndblk
The DwgEndblk class represents a DWG Endblk |
class |
DwgInsert
The DwgInsert class represents a DWG Insert |
class |
DwgLayer
The DwgLayer class represents a DWG Layer |
class |
DwgLayerControl
The DwgLayerControl class represents a DWG Layer control |
class |
DwgLine
The DwgLine class represents a DWG Line |
class |
DwgLinearDimension
The DwgLinearDimension class represents a DWG Linear dimension |
class |
DwgLwPolyline
The DwgLwPolyline class represents a DWG LwPolyline |
class |
DwgMText
The DwgMText class represents a DWG MText |
class |
DwgPoint
The DwgPoint class represents a DWG Point |
class |
DwgPolyline2D
The DwgPolyline2D class represents a DWG Polyline2D |
class |
DwgPolyline3D
The DwgPolyline3D class represents a DWG Polyline3D |
class |
DwgSeqend
The DwgSeqend class represents a DWG Seqend |
class |
DwgSolid
The DwgSolid class represents a DWG Solid |
class |
DwgSpline
The DwgSpline class represents a DWG Spline |
class |
DwgText
The DwgText class represents a DWG Text |
class |
DwgVertex2D
The DwgVertex2D class represents a DWG Vertex2D |
class |
DwgVertex3D
The DwgVertex3D class represents a DWG Vertex3D |
Methods in com.iver.cit.jdwglib.dwg.objects with parameters of type DwgObject | |
void |
DwgBlockHeader.addObject(DwgObject object)
Add a DWG object to the blockObjects vector |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |