Class AbstractCommonUGraphic
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
AbstractUGraphic,UGraphicDebug,UGraphicTxt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbasicCopy(HColor defaultBackground, ColorMapper colorMapper) protected voidbasicCopy(AbstractCommonUGraphic other) voidvoidcloseUrl()protected abstract AbstractCommonUGraphicdoublefinal voidfinal voidflushUg()final UClipgetClip()final ColorMapperfinal UParamgetParam()final UTranslateprotected final doubleprotected final doublebooleanmatchesProperty(String propertyName) voidstartGroup(Map<UGroupType, String> typeIdents) voidMethods 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
draw, writeToStream
-
Constructor Details
-
AbstractCommonUGraphic
-
-
Method Details
-
basicCopy
-
basicCopy
-
copyUGraphic
-
getDefaultBackground
- Specified by:
getDefaultBackgroundin interfaceUGraphic
-
dpiFactor
public double dpiFactor() -
apply
-
getClip
-
enlargeClip
public final void enlargeClip() -
getParam
-
getStringBounder
- Specified by:
getStringBounderin interfaceUGraphic
-
getTranslateX
protected final double getTranslateX() -
getTranslateY
protected final double getTranslateY() -
getColorMapper
- Specified by:
getColorMapperin interfaceUGraphic
-
flushUg
public final void flushUg() -
startUrl
-
closeUrl
public void closeUrl() -
startGroup
- Specified by:
startGroupin interfaceUGraphic
-
closeGroup
public void closeGroup()- Specified by:
closeGroupin interfaceUGraphic
-
matchesProperty
- Specified by:
matchesPropertyin interfaceUGraphic
-
getTranslate
-