cox.jmatt.java.MathTools.markup.svg
Class MarkerPen

java.lang.Object
  extended by cox.jmatt.java.MathTools.markup.StyleInfo
      extended by cox.jmatt.java.MathTools.markup.svg.StylePen
          extended by cox.jmatt.java.MathTools.markup.svg.MarkerPen

public class MarkerPen
extends StylePen

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

MarkerPen

public MarkerPen()
Standard constructor.

Method Detail

copyOf

public MarkerPen copyOf()
Return a copy of this MarkerPen()

Overrides:
copyOf in class StylePen

setMarkerStart

public MarkerPen setMarkerStart(java.lang.String pURI)
Set the marker to be used at the start of the markable thing.


setMarkerMid

public MarkerPen setMarkerMid(java.lang.String pURI)
Set the marker to be used at the midpoint(s) of the markable thing.


setMarkerEnd

public MarkerPen setMarkerEnd(java.lang.String pURI)
Set the marker to be used at the end of the markable thing.


setMarker

public MarkerPen setMarker(java.lang.String pURI)
Set the marker to be used on all markable points of the markable thing.