com.partnersoft.v3x.graphics.DXF
Class DXFBlock

java.lang.Object
  extended by com.partnersoft.v3x.graphics.DrawingElement
      extended by com.partnersoft.v3x.graphics.DXF.DXFDrawingElement
          extended by com.partnersoft.v3x.graphics.DXF.DXFBlock
All Implemented Interfaces:
java.io.Serializable

public class DXFBlock
extends DXFDrawingElement

A DXF block element.

See Also:
Serialized Form

Constructor Summary
DXFBlock(Coord3D insertionPoint, DXFBlockDescription blockType, java.lang.Object dataSource)
          Creates a block.
DXFBlock(Coord3D insertionPoint, DXFBlockDescription blockType, java.lang.Object dataSource, double rotation)
          Creates a block.
 
Method Summary
 java.util.Iterator getEntities()
          Returns the list of DXFEntities that represent this element.
 
Methods inherited from class com.partnersoft.v3x.graphics.DXF.DXFDrawingElement
getLayer, setLayer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXFBlock

public DXFBlock(Coord3D insertionPoint,
                DXFBlockDescription blockType,
                java.lang.Object dataSource,
                double rotation)
Creates a block.


DXFBlock

public DXFBlock(Coord3D insertionPoint,
                DXFBlockDescription blockType,
                java.lang.Object dataSource)
Creates a block.

Method Detail

getEntities

public java.util.Iterator getEntities()
Returns the list of DXFEntities that represent this element.

Specified by:
getEntities in class DXFDrawingElement