moebiusViewer.shape
Class ColorGradientBox
java.lang.Object
moebiusViewer.shape.AbstractShape
moebiusViewer.shape.ColorGradientBox
- All Implemented Interfaces:
- java.lang.Cloneable, MoebiusShape, java.io.Serializable
- public class ColorGradientBox
- extends AbstractShape
- See Also:
- Serialized Form
| Methods inherited from class moebiusViewer.shape.AbstractShape |
addPropertyChangeListener, clone, dontFirePropertyChange, equals, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, getTools, isDoFirePropertyChange, isPickable, removePropertyChangeListener, reset, setColor, setDoFirePropertyChange, setFilled, setLabel, setLineWidth, setPickable, setPointOutline, setPointRadius, setShowLabel |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ColorGradientBox
public ColorGradientBox(double aX,
double aY,
double aW,
double aH,
ColorGradient aColorMap)
getColorMap
public ColorGradient getColorMap()
setColorMap
public void setColorMap(ColorGradient v)
getH
public double getH()
setH
public void setH(double v)
getW
public double getW()
setW
public void setW(double v)
getX
public double getX()
setX
public void setX(double v)
getY
public double getY()
setY
public void setY(double v)
draw
public void draw(MoebiusGraphics g)
- Specified by:
draw in interface MoebiusShape- Overrides:
draw in class AbstractShape
toString
public java.lang.String toString()