public class RMBorderStroke extends RMStroke
Constructor and Description |
---|
RMBorderStroke() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object anObj)
Standard equals implementation.
|
java.lang.Object |
fromXML(XMLArchiver anArchiver,
XMLElement anElement)
XML unarchival.
|
boolean |
getShowBottom()
Returns whether to show bottom border.
|
boolean |
getShowLeft()
Returns whether to show left border.
|
boolean |
getShowRight()
Returns whether to show right border.
|
boolean |
getShowTop()
Returns whether to show top border.
|
java.awt.Shape |
getStrokePath(RMShape aShape)
Returns the path to be stroked, transformed from the input path.
|
void |
setShowBottom(boolean aValue)
Sets whether to show bottom border.
|
void |
setShowLeft(boolean aValue)
Sets whether to show left border.
|
void |
setShowRight(boolean aValue)
Sets whether to show right border.
|
void |
setShowTop(boolean aValue)
Sets whether to show top border.
|
XMLElement |
toXML(XMLArchiver anArchiver)
XML archival.
|
clone, getBounds, getDashArray, getDashArray, getDashArrayString, getDashArrayString, getDashPhase, getName, getWidth, paint, setColor, setDashArray, setDashArrayString, setDashPhase, setWidth
deriveFill, getColor, hasAlpha, toString
public boolean getShowLeft()
public void setShowLeft(boolean aValue)
public boolean getShowRight()
public void setShowRight(boolean aValue)
public boolean getShowTop()
public void setShowTop(boolean aValue)
public boolean getShowBottom()
public void setShowBottom(boolean aValue)
public java.awt.Shape getStrokePath(RMShape aShape)
getStrokePath
in class RMStroke
public boolean equals(java.lang.Object anObj)
public XMLElement toXML(XMLArchiver anArchiver)