|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcox.jmatt.java.MathTools.markup.StyleInfo
cox.jmatt.java.MathTools.markup.svg.StylePen
cox.jmatt.java.MathTools.markup.svg.MarkerPen
public class MarkerPen
Use this class to place markers on any entity able to accept them. The entire marker can be set or the beginning, middle, and end can be set separately.
This is also a StylePen
subclass so any of those options are also available.
Constructor Summary | |
---|---|
MarkerPen()
Standard constructor. |
Method Summary | |
---|---|
MarkerPen |
copyOf()
Return a copy of this MarkerPen() |
MarkerPen |
setMarker(java.lang.String pURI)
Set the marker to be used on all markable points of the markable thing. |
MarkerPen |
setMarkerEnd(java.lang.String pURI)
Set the marker to be used at the end of the markable thing. |
MarkerPen |
setMarkerMid(java.lang.String pURI)
Set the marker to be used at the midpoint(s) of the markable thing. |
MarkerPen |
setMarkerStart(java.lang.String pURI)
Set the marker to be used at the start of the markable thing. |
Methods inherited from class cox.jmatt.java.MathTools.markup.svg.StylePen |
---|
setClipURL, setFill, setFillNonzero, setFillOpacity, setFillURL, setMaskURL, setName, setOpacity, setPen, setStroke, setStrokeDasharray, setStrokeDashOffset, setStrokeLinecap, setStrokeLinejoin, setStrokeMiterlimit, setStrokeWidth |
Methods inherited from class cox.jmatt.java.MathTools.markup.StyleInfo |
---|
_addDeclaration, _addNDeclaration, _addNDeclaration, _declarations, _enableCopy, _uniqueName, configurate, configurateGlobalPizza, reset, toAttribute, toAttribute, toCSS, toRawCSS, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MarkerPen()
Method Detail |
---|
public MarkerPen copyOf()
MarkerPen()
copyOf
in class StylePen
public MarkerPen setMarkerStart(java.lang.String pURI)
public MarkerPen setMarkerMid(java.lang.String pURI)
public MarkerPen setMarkerEnd(java.lang.String pURI)
public MarkerPen setMarker(java.lang.String pURI)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |