public class RMFill
extends com.reportmill.base.RMObject
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(com.reportmill.archiver.RXArchiver anArchiver,
com.reportmill.archiver.RXElement anElement,
java.lang.Object anOwner)
XML unarchival.
|
RMRect |
getBounds(RMShape aShape,
RMRect pathBounds)
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(com.reportmill.shape.RMShapePainter sp,
java.awt.Graphics2D g,
RMShape aShape)
Render this fill in a Java2D Graphics2D.
|
void |
setColor(RMColor aColor)
Sets the color associated with this fill.
|
com.reportmill.archiver.RXElement |
toXML(com.reportmill.archiver.RXArchiver anArchiver,
java.lang.Object anOwner)
XML archival.
|
addListener, addPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, getListener, getListenerCount, getListeners, isFirePropertyChangeEnabled, isUndoing, removeListener, removePropertyChangeListener, setFirePropertyChangeEnabled, setUndoing, toString
public RMFill()
public RMFill(RMColor aColor)
public java.lang.String getName()
public RMColor getColor()
public void setColor(RMColor aColor)
public RMRect getBounds(RMShape aShape, RMRect pathBounds)
public void paint(com.reportmill.shape.RMShapePainter sp, java.awt.Graphics2D g, RMShape aShape)
public boolean hasAlpha()
public boolean equals(java.lang.Object anObj)
equals
in class java.lang.Object
public RMFill clone()
clone
in class com.reportmill.base.RMObject
public RMFill deriveFill(RMFill aFill)
public com.reportmill.archiver.RXElement toXML(com.reportmill.archiver.RXArchiver anArchiver, java.lang.Object anOwner)
public java.lang.Object fromXML(com.reportmill.archiver.RXArchiver anArchiver, com.reportmill.archiver.RXElement anElement, java.lang.Object anOwner)