|
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.JCProjection
JCProjection is a class that controlls how floor and ceiling projections
are drawn on the plotcube.
| Field Summary | |
protected boolean |
contoured
Asks if contour lines are drawn on this projection. |
protected com.klg.jclass.chart3d.ParentTrackChange |
parent
Parent that keeps track of changes in this object. |
protected boolean |
zoned
Asks if colored contour zones are drawn on this projection. |
| Constructor Summary | |
JCProjection()
No args constructor. |
|
JCProjection(boolean contoured,
boolean zoned)
Constructor that sets the value of contoured and zoned. |
|
| Method Summary | |
boolean |
isContoured()
Asks if this projection is contoured. |
boolean |
isZoned()
Asks if this projection is zoned. |
protected void |
setChanged(boolean b,
int cf)
Tells the parent (if there is one) that a change has happened. |
void |
setContoured(boolean contoured)
Sets whether this projection is contoured or not. |
void |
setZoned(boolean zoned)
Sets whether this projection is zoned or not. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean contoured
protected boolean zoned
protected com.klg.jclass.chart3d.ParentTrackChange parent
| Constructor Detail |
public JCProjection()
public JCProjection(boolean contoured,
boolean zoned)
contoured - Are contour lines drawn on the projection?zoned - Are colored contour zones drawn on the projection?| Method Detail |
public void setContoured(boolean contoured)
contoured - the new contoured valuepublic boolean isContoured()
public void setZoned(boolean zoned)
zoned - the new zoned valuepublic boolean isZoned()
protected void setChanged(boolean b,
int cf)
b - Has a change happened?cf - change mask that determines the type of change
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||