jas.hist
Class Handle

java.lang.Object
  extended by jas.hist.Handle

public abstract class Handle
extends Object


Constructor Summary
Handle()
           
 
Method Summary
 Cursor cursor()
           
abstract  double getX()
           
abstract  double getY()
           
abstract  void moveTo(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handle

public Handle()
Method Detail

getX

public abstract double getX()

getY

public abstract double getY()

moveTo

public abstract void moveTo(double x,
                            double y)

cursor

public Cursor cursor()


Copyright © 2000-2009 FreeHEP. All Rights Reserved.