Package org.zkoss.zul

Class SimpleXYModel.XYPair

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SimpleXYModel

    protected static class SimpleXYModel.XYPair
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected XYPair​(java.lang.Number x, java.lang.Number y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number getX()  
      java.lang.Number getY()  
      java.lang.Number[] toNumbers()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XYPair

        protected XYPair​(java.lang.Number x,
                         java.lang.Number y)
    • Method Detail

      • getX

        public java.lang.Number getX()
      • getY

        public java.lang.Number getY()
      • toNumbers

        public java.lang.Number[] toNumbers()