com.phoenix_int.aserver.types
Class PHXAppearance
java.lang.Object
com.phoenix_int.aserver.types.PHXAppearance
public class PHXAppearance
- extends java.lang.Object
This is a utility class for holding appearance properties. The class
is used by the PHXGeomInfo class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PHXAppearance
public PHXAppearance(boolean hasColor)
getRed
public double getRed()
getGreen
public double getGreen()
getBlue
public double getBlue()
getHasColor
public boolean getHasColor()
setRed
public void setRed(double v)
setGreen
public void setGreen(double v)
setBlue
public void setBlue(double v)
setColor
public void setColor(double r,
double g,
double b)