Class AbstractCommonUGraphic
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
-
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
AbstractUGraphic
,UGraphicTxt
public abstract class AbstractCommonUGraphic extends java.lang.Object implements UGraphic
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractCommonUGraphic(AbstractCommonUGraphic other)
AbstractCommonUGraphic(ColorMapper colorMapper)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
protected abstract AbstractCommonUGraphic
copyUGraphic()
double
dpiFactor()
void
flushUg()
UClip
getClip()
ColorMapper
getColorMapper()
UParam
getParam()
protected double
getTranslateX()
protected double
getTranslateY()
boolean
matchesProperty(java.lang.String propertyName)
-
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.ugraphic.UGraphic
closeAction, draw, getStringBounder, startUrl
-
-
-
-
Constructor Detail
-
AbstractCommonUGraphic
public AbstractCommonUGraphic(ColorMapper colorMapper)
-
AbstractCommonUGraphic
protected AbstractCommonUGraphic(AbstractCommonUGraphic other)
-
-
Method Detail
-
dpiFactor
public double dpiFactor()
-
getClip
public final UClip getClip()
-
copyUGraphic
protected abstract AbstractCommonUGraphic copyUGraphic()
-
getTranslateX
protected final double getTranslateX()
-
getTranslateY
protected final double getTranslateY()
-
getColorMapper
public final ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceUGraphic
-
matchesProperty
public boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesProperty
in interfaceUGraphic
-
-