com.phoenix_int.aserver.types
Class PHXAppearance

java.lang.Object
  extended by 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


Constructor Summary
PHXAppearance(boolean hasColor)
           
 
Method Summary
 double getBlue()
           
 double getGreen()
           
 boolean getHasColor()
           
 double getRed()
           
 void setBlue(double v)
           
 void setColor(double r, double g, double b)
           
 void setGreen(double v)
           
 void setRed(double v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PHXAppearance

public PHXAppearance(boolean hasColor)
Method Detail

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)