Class AbstractCommonUGraphic
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
-
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
AbstractUGraphic,UGraphicDebug,UGraphicTxt
public abstract class AbstractCommonUGraphic extends java.lang.Object implements UGraphic
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractCommonUGraphic(StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description UGraphicapply(UChange change)voidbasicCopy(HColor defaultBackground, ColorMapper colorMapper)protected voidbasicCopy(AbstractCommonUGraphic other)voidcloseGroup()voidcloseUrl()protected abstract AbstractCommonUGraphiccopyUGraphic()doubledpiFactor()voidenlargeClip()voidflushUg()UClipgetClip()ColorMappergetColorMapper()HColorgetDefaultBackground()UParamgetParam()StringBoundergetStringBounder()UTranslategetTranslate()protected doublegetTranslateX()protected doublegetTranslateY()booleanmatchesProperty(java.lang.String propertyName)voidstartGroup(java.util.Map<UGroupType,java.lang.String> typeIdents)voidstartUrl(Url url)-
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 Detail
-
AbstractCommonUGraphic
protected AbstractCommonUGraphic(StringBounder stringBounder)
-
-
Method Detail
-
basicCopy
public void basicCopy(HColor defaultBackground, ColorMapper colorMapper)
-
basicCopy
protected void basicCopy(AbstractCommonUGraphic other)
-
copyUGraphic
protected abstract AbstractCommonUGraphic copyUGraphic()
-
getDefaultBackground
public HColor getDefaultBackground()
- Specified by:
getDefaultBackgroundin interfaceUGraphic
-
dpiFactor
public double dpiFactor()
-
getClip
public final UClip getClip()
-
enlargeClip
public final void enlargeClip()
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounderin interfaceUGraphic
-
getTranslateX
protected final double getTranslateX()
-
getTranslateY
protected final double getTranslateY()
-
getColorMapper
public final ColorMapper getColorMapper()
- Specified by:
getColorMapperin interfaceUGraphic
-
startGroup
public void startGroup(java.util.Map<UGroupType,java.lang.String> typeIdents)
- Specified by:
startGroupin interfaceUGraphic
-
closeGroup
public void closeGroup()
- Specified by:
closeGroupin interfaceUGraphic
-
matchesProperty
public boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesPropertyin interfaceUGraphic
-
getTranslate
public final UTranslate getTranslate()
-
-