net.sourceforge.plantuml.ugraphic
Interface UGraphic
- All Known Implementing Classes:
- AbstractCommonUGraphic, AbstractUGraphic, UGraphicEps, UGraphicG2d, UGraphicHtml5, UGraphicSvg, UGraphicTxt
public interface UGraphic
getStringBounder
StringBounder getStringBounder()
getParam
UParam getParam()
draw
void draw(double x,
double y,
UShape shape)
centerChar
void centerChar(double x,
double y,
char c,
UFont font)
translate
void translate(double dx,
double dy)
setTranslate
void setTranslate(double dx,
double dy)
getTranslateX
double getTranslateX()
getTranslateY
double getTranslateY()
setClip
void setClip(UClip clip)
setAntiAliasing
void setAntiAliasing(boolean trueForOn)
getColorMapper
ColorMapper getColorMapper()
startUrl
void startUrl(Url url)
closeAction
void closeAction()
createGroup
UGroup createGroup()
Copyright © 2012. All Rights Reserved.