|
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.ParentTrackChange | +--com.klg.jclass.chart3d.JCElevation
Field Summary | |
protected Color |
meshBottomColor
Sets the mesh bottom color (only drawn in certain cases). |
protected boolean |
meshed
Asks if mesh lines are drawn. |
protected Color |
meshTopColor
Sets the mesh top color (only drawn in certain cases). |
protected boolean |
shaded
Asks if facets are shaded. |
protected Color |
shadedBottomColor
Sets the shaded bottom color (only drawn in certain cases). |
protected Color |
shadedTopColor
Sets the shaded top color (only drawn in certain cases). |
protected boolean |
transparent
Asks if surfaces/bars are transparent (for example, are hidden lines drawn). |
Fields inherited from class com.klg.jclass.chart3d.ParentTrackChange |
parents |
Constructor Summary | |
JCElevation()
Constructor with no arguments creates a JCElevation with its
values set at their default values. |
|
JCElevation(boolean meshed,
boolean shaded,
boolean transparent)
Constructor that intializes the meshed, shaded, and transparent properties. |
Method Summary | |
Color |
getMeshBottomColor()
Sets the bottom color of the mesh (only drawn in certain cases). |
Color |
getMeshTopColor()
Sets the top color of the mesh (only drawn in certain cases). |
Color |
getShadedBottomColor()
Sets the bottom color of the shaded (only drawn in certain cases). |
Color |
getShadedTopColor()
Sets the top color of the shaded (only drawn in certain cases). |
boolean |
isMeshed()
Returns whether this elevation is meshed. |
boolean |
isShaded()
Returns whether this elevation is shaded. |
boolean |
isTransparent()
Returns whether this elevation is transparent (hidden lines are removed). |
void |
setMeshBottomColor(Color meshBottomColor)
Sets the bottom color of the mesh (only drawn in certain cases). |
void |
setMeshed(boolean meshed)
Sets flag which determine whether this elevation is meshed. |
void |
setMeshTopColor(Color meshTopColor)
Sets the top color of the mesh (only drawn in certain cases). |
void |
setShaded(boolean shaded)
Sets flag which determines whether this elevation is shaded. |
void |
setShadedBottomColor(Color shadedBottomColor)
Sets the bottom color of the shaded (only drawn in certain cases). |
void |
setShadedTopColor(Color shadedTopColor)
Sets the top color of the shaded (only drawn in certain cases). |
void |
setTransparent(boolean transparent)
Sets flag which determines whether this elevation is transparent (hidden lines are removed). |
Methods inherited from class com.klg.jclass.chart3d.ParentTrackChange |
addParent, clearParents, removeParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean meshed
protected boolean shaded
protected boolean transparent
protected Color meshTopColor
protected Color meshBottomColor
protected Color shadedTopColor
protected Color shadedBottomColor
Constructor Detail |
public JCElevation()
JCElevation
with its
values set at their default values.
public JCElevation(boolean meshed, boolean shaded, boolean transparent)
meshed
- Are mesh lines drawn?shaded
- Are facets shaded?transparent
- Are surfaces/bars transparent (for example, are hidden lines
drawn)?Method Detail |
public void setMeshed(boolean meshed)
meshed
- the new value of the meshed flagpublic boolean isMeshed()
public void setShaded(boolean shaded)
shaded
- the new value of the shaded flagpublic boolean isShaded()
public void setTransparent(boolean transparent)
transparent
- the new value of the transparent flagpublic boolean isTransparent()
public void setMeshTopColor(Color meshTopColor)
meshTopColor
- the new mesh top colorpublic Color getMeshTopColor()
public void setMeshBottomColor(Color meshBottomColor)
meshBottomColor
- the new mesh bottom colorpublic Color getMeshBottomColor()
public void setShadedTopColor(Color shadedTopColor)
shadedTopColor
- the new shaded top colorpublic Color getShadedTopColor()
public void setShadedBottomColor(Color shadedBottomColor)
shadedBottomColor
- the new shaded bottom colorpublic Color getShadedBottomColor()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |