Class UGraphicTxt
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.ugraphic.txt.UGraphicTxt
-
- All Implemented Interfaces:
ClipContainer
,UGraphic
,UGraphic2
public class UGraphicTxt extends AbstractCommonUGraphic implements ClipContainer, UGraphic2
-
-
Constructor Summary
Constructors Constructor Description UGraphicTxt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractCommonUGraphic
copyUGraphic()
void
draw(UShape shape)
UmlCharArea
getCharArea()
java.awt.geom.Dimension2D
getDimension()
StringBounder
getStringBounder()
void
writeImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
apply, closeGroup, closeUrl, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateY, matchesProperty, startGroup, startUrl
-
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.ClipContainer
getClip
-
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
apply, closeGroup, closeUrl, flushUg, getColorMapper, getParam, matchesProperty, startGroup, startUrl
-
-
-
-
Method Detail
-
copyUGraphic
protected AbstractCommonUGraphic copyUGraphic()
- Specified by:
copyUGraphic
in classAbstractCommonUGraphic
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounder
in interfaceUGraphic
-
getCharArea
public final UmlCharArea getCharArea()
-
getDimension
public java.awt.geom.Dimension2D getDimension()
-
writeImageTOBEMOVED
public void writeImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException
- Specified by:
writeImageTOBEMOVED
in interfaceUGraphic2
- Throws:
java.io.IOException
-
-