eof.java4autocad
Class AcadView

java.lang.Object
  extended byeof.java4autocad.AcadObject
      extended byeof.java4autocad.AcadView

public class AcadView
extends AcadObject

Author:
Jonathon

Method Summary
 void Delete()
           
 void setCenter(Point2D center)
           
 void setDirection(Point direction)
           
 void setTarget(Point target)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Delete

public void Delete()

setCenter

public void setCenter(Point2D center)

setTarget

public void setTarget(Point target)

setDirection

public void setDirection(Point direction)