public class Mask extends Group
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_NAME |
strokeWidthScalarVECTOR_EFFECT_NON_SCALING_STROKE, VECTOR_EFFECT_NONEchildren, cssClass, diagram, id, inlineStyles, parent, presAttribs, serialVersionUID, SVG_NS, trackManager, xmlBase| Constructor and Description |
|---|
Mask() |
| Modifier and Type | Method and Description |
|---|---|
Composite |
createMaskComposite() |
String |
getTagName() |
void |
pickElement(Point2D point,
boolean boundingBox,
List<List<SVGElement>> retVec,
RenderableElement element) |
void |
pickElement(Rectangle2D pickArea,
AffineTransform ltw,
boolean boundingBox,
List<List<SVGElement>> retVec,
RenderableElement element) |
void |
render(Graphics2D g) |
calcBoundingBox, calcShape, doPick, doPick, doRender, getBoundingBox, getShape, loaderAddChild, outsideClip, updateTimeincludeStrokeInBounds, renderShapebeginLayer, build, finishLayerboundsToParent, getXForm, shapeToParentaddAttribute, buildPath, getChild, getChild, getChildren, getId, getInlineAttributes, getNumChildren, getParent, getParentContext, getPath, getPres, getPresAbsolute, getPresentationAttributes, getRoot, getStyle, getStyle, getStyle, getStyleAbsolute, getXMLBase, hasAttribute, indexOfChild, lerp, loaderAddText, loaderEndElement, loaderStartElement, parsePathList, parseSingleTransform, parseTransform, popParentContext, pushParentContext, removeAttribute, removeChild, setAttribute, setDiagram, swapChildrenpublic static final String TAG_NAME
public String getTagName()
getTagName in class Grouppublic void render(Graphics2D g)
render in class RenderableElementpublic Composite createMaskComposite()
public void pickElement(Point2D point, boolean boundingBox, List<List<SVGElement>> retVec, RenderableElement element) throws SVGException
SVGExceptionpublic void pickElement(Rectangle2D pickArea, AffineTransform ltw, boolean boundingBox, List<List<SVGElement>> retVec, RenderableElement element) throws SVGException
SVGExceptionCopyright © 2022. All rights reserved.