JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class PositionCellSize

java.lang.Object
  |
  +--com.klg.jclass.table.PositionCellSize
All Implemented Interfaces:
Serializable

public class PositionCellSize
extends Object
implements Serializable

Contains a row/column position and associated CellSize object.

See Also:
Serialized Form

Field Summary
 com.klg.jclass.table.CellSize cell_size
           
 int position
           
 
Constructor Summary
PositionCellSize(int position, com.klg.jclass.table.CellSize cell_size)
          Creates new map between row/column position and CellSize object.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

position

public int position

cell_size

public com.klg.jclass.table.CellSize cell_size
Constructor Detail

PositionCellSize

public PositionCellSize(int position,
                        com.klg.jclass.table.CellSize cell_size)
Creates new map between row/column position and CellSize object.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

Copyright © 2004 Quest Software Inc..
All rights reserved.