org.zkoss.zul
Class SimpleXYModel.XYPair

java.lang.Object
  extended by org.zkoss.zul.SimpleXYModel.XYPair
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleXYModel

protected static class SimpleXYModel.XYPair
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected SimpleXYModel.XYPair(Number x, Number y)
           
 
Method Summary
 Number getX()
           
 Number getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleXYModel.XYPair

protected SimpleXYModel.XYPair(Number x,
                               Number y)
Method Detail

getX

public Number getX()

getY

public Number getY()


Copyright © 2013. All rights reserved.