public class RMFill
extends SnapObject
Constructor and Description |
---|
RMFill()
Creates a plain, black fill.
|
RMFill(RMColor aColor)
Creates a plain fill with the given color.
|
Modifier and Type | Method and Description |
---|---|
RMFill |
clone()
Standard clone implementation.
|
RMFill |
deriveFill(RMFill aFill)
Derives an instance of this class from another fill.
|
boolean |
equals(java.lang.Object anObj)
Standard equals implementation.
|
java.lang.Object |
fromXML(XMLArchiver anArchiver,
XMLElement anElement)
XML unarchival.
|
RMRect |
getBounds(RMShape aShape)
Returns the bounds required to render this fill for this shape.
|
RMColor |
getColor()
Returns the color associated with this fill.
|
java.lang.String |
getName()
Returns the name of the fill.
|
boolean |
hasAlpha()
Returns whether fill has transparency.
|
void |
paint(RMShapePainter aPntr,
RMShape aShape)
Render this fill in a Java2D Graphics2D.
|
void |
setColor(RMColor aColor)
Sets the color associated with this fill.
|
java.lang.String |
toString()
Returns a string representation.
|
XMLElement |
toXML(XMLArchiver anArchiver)
XML archival.
|
public RMFill()
public RMFill(RMColor aColor)
public java.lang.String getName()
public RMColor getColor()
public void setColor(RMColor aColor)
public RMRect getBounds(RMShape aShape)
public void paint(RMShapePainter aPntr, RMShape aShape)
public boolean hasAlpha()
public boolean equals(java.lang.Object anObj)
public RMFill clone()
public RMFill deriveFill(RMFill aFill)
public XMLElement toXML(XMLArchiver anArchiver)
public java.lang.Object fromXML(XMLArchiver anArchiver, XMLElement anElement)
public java.lang.String toString()