public class ColorGradientBox extends AbstractShape
EPS, EPSSQR, moebiusShapeChangeSupport, propertyChangeSupport, toolList
Constructor and Description |
---|
ColorGradientBox(double aX,
double aY,
double aW,
double aH,
ColorGradient aColorMap) |
Modifier and Type | Method and Description |
---|---|
void |
draw(MoebiusGraphics g) |
ColorGradient |
getColorMap() |
double |
getH() |
double |
getW() |
double |
getX() |
double |
getY() |
void |
setColorMap(ColorGradient v) |
void |
setH(double v) |
void |
setW(double v) |
void |
setX(double v) |
void |
setY(double v) |
String |
toString() |
addMoebiusShapeChangeListener, addPropertyChangeListener, clone, dontFirePropertyChange, equals, fireMoebiusShapeChange, fireMoebiusShapeChange, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, getTools, isDoFirePropertyChange, isPickable, removeMoebiusShapeChangeListener, removePropertyChangeListener, reset, setColor, setDoFirePropertyChange, setFilled, setLabel, setLineWidth, setPickable, setPointOutline, setPointRadius, setShowLabel
public ColorGradientBox(double aX, double aY, double aW, double aH, ColorGradient aColorMap)
public void draw(MoebiusGraphics g)
draw
in interface MoebiusShape
draw
in class AbstractShape
public ColorGradient getColorMap()
public double getH()
public double getW()
public double getX()
public double getY()
public void setColorMap(ColorGradient v)
public void setH(double v)
public void setW(double v)
public void setX(double v)
public void setY(double v)