public abstract class XpsPathSegment extends XpsElement
Class incapsulating common features of all path segment elements.
Modifier and Type | Method and Description |
---|---|
boolean |
isStroked()
Returns the value specifying whether the stroke for this segment of the path is drawn.
|
void |
setStroked(boolean value)
Sets the value specifying whether the stroke for this segment of the path is drawn.
|
get, iterator, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public boolean isStroked()
Returns the value specifying whether the stroke for this segment of the path is drawn.
public void setStroked(boolean value)
Sets the value specifying whether the stroke for this segment of the path is drawn.
value
- The value specifying whether the stroke for this segment of the path is drawn.