Class AbstractUGraphic<O>
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
net.sourceforge.plantuml.klimt.drawing.AbstractUGraphic<O>
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
UGraphicBraille,UGraphicEps,UGraphicG2d,UGraphicHtml5,UGraphicNull,UGraphicSvg,UGraphicTikz,UGraphicVdx
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidvoidcopy(HColor defaultBackground, ColorMapper colorMapper, O graphic) protected voidcopy(AbstractUGraphic<O> other) final <SHAPE extends UShape>
voiddraw(SHAPE shape) protected voiddrawComment(UComment shape) protected final Ofinal doublegetMaxX()final doublegetMaxY()protected final <SHAPE extends UShape>
voidignoreShape(Class<SHAPE> cl) protected booleanprotected final <SHAPE extends UShape>
voidregisterDriver(Class<SHAPE> cl, UDriver<SHAPE, O> driver) final voidresetMax()Methods inherited from class net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
apply, basicCopy, basicCopy, closeGroup, closeUrl, copyUGraphic, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateY, matchesProperty, startGroup, startUrlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.klimt.drawing.UGraphic
writeToStream
-
Constructor Details
-
AbstractUGraphic
-
-
Method Details
-
copy
-
copy
-
getGraphicObject
-
manageHiddenAutomatically
protected boolean manageHiddenAutomatically() -
registerDriver
-
ignoreShape
-
draw
-
drawComment
-
beforeDraw
protected void beforeDraw() -
afterDraw
protected void afterDraw() -
getMaxX
public final double getMaxX() -
getMaxY
public final double getMaxY() -
resetMax
public final void resetMax()
-