Class AbstractCommonUGraphic
java.lang.Object
net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
AbstractUGraphic,UGraphicDebug,UGraphicTxt
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractCommonUGraphic(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcloseUrl()protected abstract AbstractCommonUGraphicdoublefinal voidfinal voidflushUg()final UClipgetClip()final ColorMapperfinal UParamgetParam()protected final doubleprotected final doublebooleanmatchesProperty(String propertyName) voidstartGroup(UGroupType type, String ident) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
draw, writeToStream
-
Constructor Details
-
AbstractCommonUGraphic
public AbstractCommonUGraphic(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder) -
AbstractCommonUGraphic
-
-
Method Details
-
getDefaultBackground
- Specified by:
getDefaultBackgroundin interfaceUGraphic
-
dpiFactor
public double dpiFactor() -
apply
-
getClip
-
enlargeClip
public final void enlargeClip() -
copyUGraphic
-
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
-