org.cresques.px
Class PxObj

java.lang.Object
  extended byorg.cresques.px.PxObj
All Implemented Interfaces:
Drawable, Extent.Has
Direct Known Subclasses:
DxfBlock, DxfEntity, DxfEntityList, Feature, Geometry, PxContour, PxLine, PxRaster, PxRect

public abstract class PxObj
extends java.lang.Object
implements Drawable, Extent.Has


Field Summary
protected  Extent extent
           
 java.awt.Stroke stroke
           
 
Constructor Summary
PxObj()
           
 
Method Summary
 Extent getExtent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cresques.px.Drawable
draw
 

Field Detail

stroke

public java.awt.Stroke stroke

extent

protected Extent extent
Constructor Detail

PxObj

public PxObj()
Method Detail

getExtent

public Extent getExtent()
Specified by:
getExtent in interface Extent.Has