public class RMBorderStroke extends RMStroke
Constructor and Description |
---|
RMBorderStroke() |
Modifier and Type | Method and Description |
---|---|
RMBorderStroke |
clone()
Standard clone implementation.
|
RMBorderStroke |
deriveBottom(boolean aValue)
Returns a duplicate stroke with new ShowBottom.
|
RMBorderStroke |
deriveLeft(boolean aValue)
Returns a duplicate stroke with new ShowLeft.
|
RMBorderStroke |
deriveRight(boolean aValue)
Returns a duplicate stroke with new ShowRight.
|
RMBorderStroke |
deriveTop(boolean aValue)
Returns a duplicate stroke with new ShowTop.
|
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.
|
Shape |
getStrokePath(RMShape aShape)
Returns the path to be stroked, transformed from the input path.
|
XMLElement |
toXML(XMLArchiver anArchiver)
XML archival.
|
deriveColor, deriveDashArray, deriveDashPhase, deriveWidth, getBounds, getColor, getDashArray, getDashArray, getDashArrayString, getDashArrayString, getDashPhase, getName, getWidth, snap
public boolean getShowLeft()
public boolean getShowRight()
public boolean getShowTop()
public boolean getShowBottom()
public Shape getStrokePath(RMShape aShape)
getStrokePath
in class RMStroke
public RMBorderStroke deriveTop(boolean aValue)
public RMBorderStroke deriveRight(boolean aValue)
public RMBorderStroke deriveBottom(boolean aValue)
public RMBorderStroke deriveLeft(boolean aValue)
public boolean equals(java.lang.Object anObj)
public RMBorderStroke clone()
public XMLElement toXML(XMLArchiver anArchiver)