|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.klg.jclass.chart3d.GridLimits
Data structure internal to JClass Chart 3D. Used to hold the data limits
of a Chart3dGridData structure based on the X-axis and Y-axis min and
max provided by the user
| Field Summary | |
protected com.klg.jclass.chart3d.Chart3dGridData |
data
Parent data object. |
protected int |
numX
Number of x grid points in region defined by [ xOffset, xLast]. |
protected int |
numY
Number of y grid points in region defined by [ yOffset, yLast]. |
protected int |
xLast
Ending offset into x grid array. |
protected int |
xOffset
Starting offset into x grid array. |
protected int |
yLast
Ending offset into y grid array. |
protected int |
yOffset
Starting offset into y grid array. |
| Constructor Summary | |
GridLimits()
|
|
GridLimits(com.klg.jclass.chart3d.Chart3dGridData data,
boolean assignValues)
|
|
| Method Summary | |
protected void |
assignGridValues(com.klg.jclass.chart3d.Chart3dGridData data)
Assigns grid values based on given internal data. |
protected com.klg.jclass.chart3d.Chart3dGridData |
getGridData()
Returns the parent grid data object. |
int |
getNumX()
Returns the number of x grid points in region defined by [ xOffset, xLast]. |
int |
getNumY()
Returns the number of y grid points in region defined by [ yOffset, yLast]. |
int |
getXLast()
Returns ending offset into x grid array. |
int |
getXOffset()
Returns starting offset into x grid array. |
int |
getYLast()
Returns ending offset into y grid array. |
int |
getYOffset()
Returns starting offset into y grid array. |
protected void |
setGridData(com.klg.jclass.chart3d.Chart3dGridData data)
Sets the parent grid data object. |
protected void |
setNumX(int numX)
Sets the number of x grid points in region defined by [ xOffset, xLast]. |
protected void |
setNumY(int numY)
Sets the number of y grid points in region defined by [ yOffset, yLast]. |
protected void |
setXLast(int xLast)
Sets ending offset into x grid array. |
protected void |
setXOffset(int xOffset)
Sets starting offset into x grid array. |
protected void |
setYLast(int yLast)
Sets ending offset into y grid array. |
protected void |
setYOffset(int yOffset)
Sets starting offset into y grid array. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int xOffset
protected int yOffset
protected int xLast
protected int yLast
protected int numX
xOffset, xLast].
protected int numY
yOffset, yLast].
protected com.klg.jclass.chart3d.Chart3dGridData data
| Constructor Detail |
public GridLimits()
public GridLimits(com.klg.jclass.chart3d.Chart3dGridData data,
boolean assignValues)
data - assignValues - | Method Detail |
public int getXOffset()
protected void setXOffset(int xOffset)
xOffset - The new starting offset into x grid arraypublic int getYOffset()
protected void setYOffset(int yOffset)
yOffset - The new starting offset into y grid arraypublic int getXLast()
protected void setXLast(int xLast)
xLast - public int getYLast()
protected void setYLast(int yLast)
yLast - public int getNumX()
xOffset, xLast].
protected void setNumX(int numX)
xOffset, xLast].
numX - The new number of x grid pointspublic int getNumY()
yOffset, yLast].
protected void setNumY(int numY)
yOffset, yLast].
numY - The new number of y grid pointsprotected com.klg.jclass.chart3d.Chart3dGridData getGridData()
protected void setGridData(com.klg.jclass.chart3d.Chart3dGridData data)
data - protected void assignGridValues(com.klg.jclass.chart3d.Chart3dGridData data)
data -
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||