org.efaps.ui.wicket.models.cell
Class XYValue

java.lang.Object
  extended by org.efaps.ui.wicket.models.cell.XYValue
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable

public class XYValue
extends java.lang.Object
implements org.apache.wicket.IClusterable

TODO comment

Version:
$Id: XYValue.java 3447 2009-11-29 22:46:39Z tim.moxter $
Author:
jmox
See Also:
Serialized Form

Constructor Summary
XYValue(int _y)
           
 
Method Summary
 void addX(int _x)
           
 int getX()
           
 java.util.List<java.lang.Integer> getXrow()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYValue

public XYValue(int _y)
Method Detail

getY

public int getY()

getX

public int getX()

getXrow

public java.util.List<java.lang.Integer> getXrow()

addX

public void addX(int _x)
Parameters:
value -


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.