Class AbstractCommonUGraphic
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
AbstractUGraphic
,UGraphicDebug
,UGraphicTxt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
basicCopy
(HColor defaultBackground, ColorMapper colorMapper) protected void
basicCopy
(AbstractCommonUGraphic other) void
void
closeUrl()
protected abstract AbstractCommonUGraphic
double
final void
final void
flushUg()
final UClip
getClip()
final ColorMapper
final UParam
getParam()
final UTranslate
protected final double
protected final double
boolean
matchesProperty
(String propertyName) void
startGroup
(Map<UGroupType, String> typeIdents) void
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
draw, writeToStream
-
Constructor Details
-
AbstractCommonUGraphic
-
-
Method Details
-
basicCopy
-
basicCopy
-
copyUGraphic
-
getDefaultBackground
- Specified by:
getDefaultBackground
in interfaceUGraphic
-
dpiFactor
public double dpiFactor() -
apply
-
getClip
-
enlargeClip
public final void enlargeClip() -
getParam
-
getStringBounder
- Specified by:
getStringBounder
in interfaceUGraphic
-
getTranslateX
protected final double getTranslateX() -
getTranslateY
protected final double getTranslateY() -
getColorMapper
- Specified by:
getColorMapper
in interfaceUGraphic
-
flushUg
public final void flushUg() -
startUrl
-
closeUrl
public void closeUrl() -
startGroup
- Specified by:
startGroup
in interfaceUGraphic
-
closeGroup
public void closeGroup()- Specified by:
closeGroup
in interfaceUGraphic
-
matchesProperty
- Specified by:
matchesProperty
in interfaceUGraphic
-
getTranslate
-