Interface SVGPositionedMarker
- All Superinterfaces:
AllowsPresentationAttributes, SVGElement, SVGElementWithChildren, SVGMarker
- All Known Implementing Classes:
SVGElementAdapter, SVGGenericElement, SVGPositionedMarkerImpl
@ClassVersion(sourceVersion="$Id: SVGPositionedMarker.java 1074 2023-10-02 12:05:06Z tquadrat $")
@API(status=STABLE,
since="0.0.5")
public sealed interface SVGPositionedMarker
extends SVGMarker
permits SVGElementAdapter, SVGPositionedMarkerImpl
The definition for the SVG
<marker> element when used as a
positioned marker.- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: SVGPositionedMarker.java 1074 2023-10-02 12:05:06Z tquadrat $
- Since:
- 0.0.5
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.svg.SVGPositionedMarker"
-
Field Summary
Fields inherited from interface AllowsPresentationAttributes
PRESENTATION_ATTRIBUTESFields inherited from interface SVGElement
CORE_ATTRIBUTES -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPosition(SVGNumber value) Sets the relative position for this marker.Methods inherited from interface AllowsPresentationAttributes
setAlignmentBaseline, setBaselineShift, setClip, setClipPath, setClipRule, setColor, setColorInterpolation, setColorInterpolationFilters, setColorProfile, setColorRendering, setCursor, setDirection, setDisplay, setDominantBaseline, setEnableBackground, setFill, setFillOpacity, setFillRule, setFilter, setFloodColor, setFloodOpacity, setFontFamily, setFontSize, setFontSizeAdjust, setFontStretch, setFontStyle, setFontVariant, setFontWeight, setGlyphOrientationHorizontal, setGlyphOrientationVertical, setImageRendering, setKerning, setLetterSpacing, setLightingColor, setMarkerEnd, setMarkerMid, setMarkerStart, setMask, setOpacity, setOverflow, setPointerEvents, setShapeRendering, setStopColor, setStopOpacity, setStroke, setStrokeDashArray, setStrokeDashOffset, setStrokeLineCap, setStrokeLineJoin, setStrokeMiterLimit, setStrokeOpacity, setStrokeWidth, setTextAnchor, setTextDecoration, setTextRendering, setUnicodeBidi, setVectorEffect, setVisibility, setWordSpacing, setWritingModeMethods inherited from interface SVGElement
addComment, getSVGElementCategory, setId, setLang, setPreserveSpace, setTabIndex, setTitle, setXMLBase, setXMLId, setXMLLangMethods inherited from interface SVGElementWithChildren
addChild, setDescriptionMethods inherited from interface SVGMarker
setExternalResourcesRequired, setMarkerDimensions, setMarkerHeight, setMarkerUnits, setMarkerWidth, setOrientation, setOrientation, setPreserveAspectRatio, setReferencePoint, setReferenceX, setReferenceY, setTransform, setViewBox
-
Method Details
-
setPosition
Sets the relative position for this marker.- Parameters:
value- The distance.
-
