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 void
protected void
void
copy
(HColor defaultBackground, ColorMapper colorMapper, O graphic) protected void
copy
(AbstractUGraphic<O> other) final <SHAPE extends UShape>
voiddraw
(SHAPE shape) protected void
drawComment
(UComment shape) protected final O
final double
getMaxX()
final double
getMaxY()
protected final <SHAPE extends UShape>
voidignoreShape
(Class<SHAPE> cl) protected boolean
protected final <SHAPE extends UShape>
voidregisterDriver
(Class<SHAPE> cl, UDriver<SHAPE, O> driver) final void
resetMax()
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, startUrl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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()
-