|
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.GridRegion
Data structure internal to JCChart3d. Used to define nine regions within a grid. In each of the X and Y directions there is a left, center, and right region, with the center being of length 1 (the intersection of the X and Y center is the grid facet where the eye is located). If the eye is outside of grid (in one or both directions), some of the regions may be empty (note that at least one region must be non-empty).
Field Summary | |
protected com.klg.jclass.chart3d.DrawGrid |
drawGrid
Parent draw object |
static int |
REGION_1
|
static int |
REGION_2
|
static int |
REGION_3
|
static int |
REGION_4
|
static int |
REGION_5
|
static int |
REGION_6
|
static int |
REGION_7
|
static int |
REGION_8
|
static int |
REGION_9
|
protected int |
xBegin
Starting offset into x grid array |
protected int |
xEnd
Ending offset into x grid array |
protected int |
xEye
Eye position in x grid array |
protected int |
xLeft
Ending offset left of eye in x grid array |
protected int |
xRight
Starting offset right of eye in x grid array |
protected int |
yBegin
Starting offset into y grid array |
protected int |
yEnd
Ending offset into y grid array |
protected int |
yEye
Eye position in y grid array |
protected int |
yLeft
Ending offset left of eye in y grid array |
protected int |
yRight
Starting offset right of eye in y grid array |
Method Summary | |
protected void |
calcRegions()
|
protected com.klg.jclass.chart3d.DrawGrid |
getDrawGrid()
|
int |
getRegion(int x,
int y)
|
protected int |
getXBegin()
|
protected int |
getXEnd()
|
protected int |
getXEye()
|
protected int |
getXLeft()
|
protected int |
getXRight()
|
protected int |
getYBegin()
|
protected int |
getYEnd()
|
protected int |
getYEye()
|
protected int |
getYLeft()
|
protected int |
getYRight()
|
protected void |
setDrawGrid(com.klg.jclass.chart3d.DrawGrid drawGrid)
|
protected void |
setXBegin(int xBegin)
|
protected void |
setXEnd(int xEnd)
|
protected void |
setXEye(int xEye)
|
protected void |
setXLeft(int xLeft)
|
protected void |
setXRight(int xRight)
|
protected void |
setYBegin(int yBegin)
|
protected void |
setYEnd(int yEnd)
|
protected void |
setYEye(int yEye)
|
protected void |
setYLeft(int yLeft)
|
protected void |
setYRight(int yRight)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int REGION_1
public static final int REGION_2
public static final int REGION_3
public static final int REGION_4
public static final int REGION_5
public static final int REGION_6
public static final int REGION_7
public static final int REGION_8
public static final int REGION_9
protected int xEye
protected int yEye
protected int xBegin
protected int yBegin
protected int xLeft
protected int yLeft
protected int xRight
protected int yRight
protected int xEnd
protected int yEnd
protected com.klg.jclass.chart3d.DrawGrid drawGrid
Method Detail |
protected com.klg.jclass.chart3d.DrawGrid getDrawGrid()
protected void setDrawGrid(com.klg.jclass.chart3d.DrawGrid drawGrid)
protected int getXEye()
protected void setXEye(int xEye)
protected int getYEye()
protected void setYEye(int yEye)
protected int getXBegin()
protected void setXBegin(int xBegin)
protected int getYBegin()
protected void setYBegin(int yBegin)
protected int getXLeft()
protected void setXLeft(int xLeft)
protected int getYLeft()
protected void setYLeft(int yLeft)
protected int getXRight()
protected void setXRight(int xRight)
protected int getYRight()
protected void setYRight(int yRight)
protected int getXEnd()
protected void setXEnd(int xEnd)
protected int getYEnd()
protected void setYEnd(int yEnd)
protected void calcRegions()
public int getRegion(int x, int y)
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |