|
JComponentPack 1.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zfqjava.chart.AbstractNode
com.zfqjava.chart.GridNode
com.zfqjava.chart.WallNode
public class WallNode
WallNode provides a Wall ndoe.
WallNode is immutable.
| Constructor Summary | |
|---|---|
WallNode()
Constructs a Wall node. |
|
| Method Summary | |
|---|---|
protected GridNode |
createBackNode()
Creates the back node. |
protected GridNode |
createBottomNode()
Creates the bottom node. |
protected GridNode |
createSideNode()
Creates the side node. |
void |
doLayout()
Layout the children nodes. |
protected void |
drawShape(Graphics2D g,
Shape s)
|
GridNode |
getBackNode()
Returns the back node. |
GridNode |
getBottomNode()
Returns the bottom node. |
GridNode |
getSideNode()
Returns the side node. |
void |
setGridSize(int gridWidth,
int gridHeight)
Sets the grid size for this grid node. |
| Methods inherited from class com.zfqjava.chart.GridNode |
|---|
createPaintShape, getGridHeight, getGridMode, getGridWidth, getOriginX, getOriginY, setGridHeight, setGridMode, setGridWidth, setOriginLocation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WallNode()
| Method Detail |
|---|
public void setGridSize(int gridWidth,
int gridHeight)
GridNode
setGridSize in class GridNodegridWidth - the grid widthgridHeight - the grid heightprotected GridNode createBackNode()
protected GridNode createSideNode()
protected GridNode createBottomNode()
public GridNode getBackNode()
public GridNode getSideNode()
public GridNode getBottomNode()
protected void drawShape(Graphics2D g,
Shape s)
drawShape in class GridNodepublic void doLayout()
Node
doLayout in interface NodedoLayout in class AbstractNode
|
JComponentPack 1.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||