com.rational.test.ft.value
Class SolidColorBrush
java.lang.Object
com.rational.test.ft.value.SolidColorBrush
public class SolidColorBrush
- extends java.lang.Object
Constructor Summary |
SolidColorBrush(java.awt.Color color,
double opacity,
java.lang.String transform,
java.lang.String transformType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SolidColorBrush
public SolidColorBrush(java.awt.Color color,
double opacity,
java.lang.String transform,
java.lang.String transformType)
getOpacity
public double getOpacity()
setOpacity
public void setOpacity(double value)
setTransformType
public void setTransformType(java.lang.String value)
getTransformType
public java.lang.String getTransformType()
setTransform
public void setTransform(java.lang.String value)
getTransform
public java.lang.String getTransform()
setColor
public void setColor(java.awt.Color value)
getColor
public java.awt.Color getColor()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object