com.davisor.graphics.data
Interface PaintValue
- All Superinterfaces:
- BetterPaint, java.lang.Comparable, Data, DataValue, com.davisor.core.Dupable, java.awt.Paint, java.io.Serializable, SerializableData, java.awt.Transparency
- All Known Implementing Classes:
- AnnotatedPaintValue, ColorData, PaintData
- public interface PaintValue
- extends DataValue, com.davisor.core.Dupable, BetterPaint
PaintValue interface defines operations supported by generic
paint data values.
- Since:
- JDK1.1
- See Also:
AnnotatedPaintValue,
ColorData,
GradientData,
PaintData,
PaintParameters,
PaintsData
| Fields inherited from interface java.awt.Transparency |
BITMASK, OPAQUE, TRANSLUCENT |
|
Method Summary |
java.lang.String |
getCreationString()
Gets the String used to create this PaintValue. |
void |
setCreationString(java.lang.String creationString)
Sets the String used to create this PaintValue. |
| Methods inherited from interface com.davisor.data.DataValue |
abs, add, ceil, deinterpolate, div, floor, getFormat, interpolate, max, min, mul, negate, setValue, sub, toStatement, toString, toXML, unit |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface com.davisor.data.Data |
getType |
| Methods inherited from interface com.davisor.core.Dupable |
dup |
| Methods inherited from interface java.awt.Paint |
createContext |
| Methods inherited from interface java.awt.Transparency |
getTransparency |
getCreationString
public java.lang.String getCreationString()
- Gets the String used to create this PaintValue.
setCreationString
public void setCreationString(java.lang.String creationString)
- Sets the String used to create this PaintValue.
Copyright © 2001-2004 Davisor Oy. All Rights Reserved.