net.sourceforge.plantuml.graphic
Class GraphicStrings
java.lang.Object
net.sourceforge.plantuml.graphic.GraphicStrings
- All Implemented Interfaces:
- IEntityImage
public class GraphicStrings
- extends java.lang.Object
- implements IEntityImage
Constructor Summary |
GraphicStrings(java.util.List<java.lang.String> strings)
|
GraphicStrings(java.util.List<java.lang.String> strings,
java.awt.image.BufferedImage image)
|
GraphicStrings(java.util.List<java.lang.String> strings,
UFont font,
HtmlColor green,
HtmlColor background,
boolean disableTextAliasing)
|
GraphicStrings(java.util.List<java.lang.String> strings,
UFont font,
HtmlColor green,
HtmlColor background,
java.awt.image.BufferedImage image,
GraphicPosition position,
boolean disableTextAliasing)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphicStrings
public GraphicStrings(java.util.List<java.lang.String> strings)
GraphicStrings
public GraphicStrings(java.util.List<java.lang.String> strings,
java.awt.image.BufferedImage image)
GraphicStrings
public GraphicStrings(java.util.List<java.lang.String> strings,
UFont font,
HtmlColor green,
HtmlColor background,
boolean disableTextAliasing)
GraphicStrings
public GraphicStrings(java.util.List<java.lang.String> strings,
UFont font,
HtmlColor green,
HtmlColor background,
java.awt.image.BufferedImage image,
GraphicPosition position,
boolean disableTextAliasing)
writeImage
public void writeImage(java.io.OutputStream os,
FileFormatOption fileFormat)
throws java.io.IOException
- Throws:
java.io.IOException
writeImage
public void writeImage(java.io.OutputStream os,
java.lang.String metadata,
FileFormatOption fileFormatOption)
throws java.io.IOException
- Throws:
java.io.IOException
setMinWidth
public void setMinWidth(double minWidth)
drawU
public java.awt.geom.Dimension2D drawU(UGraphic ug)
drawU
public void drawU(UGraphic ug,
double theoricalPosition,
double theoricalPosition2)
- Specified by:
drawU
in interface IEntityImage
getDimension
public java.awt.geom.Dimension2D getDimension(StringBounder stringBounder)
- Specified by:
getDimension
in interface IEntityImage
getShapeType
public ShapeType getShapeType()
- Specified by:
getShapeType
in interface IEntityImage
getBackcolor
public HtmlColor getBackcolor()
- Specified by:
getBackcolor
in interface IEntityImage
getShield
public int getShield()
- Specified by:
getShield
in interface IEntityImage
Copyright © 2012. All Rights Reserved.