net.sourceforge.plantuml.ugraphic
Interface UGraphic
- All Known Implementing Classes:
- AbstractCommonUGraphic, AbstractUGraphic, AbstractUGraphicHorizontalLine, CollisionDetector, LimitFinder, SlotFinder, TextLimitFinder, UGraphicCompress, UGraphicDelegator, UGraphicEps, UGraphicFilter, UGraphicForSnake, UGraphicG2d, UGraphicHtml5, UGraphicInterceptorOneSwimlane, UGraphicInterceptorTextBlockable, UGraphicStencil, UGraphicSvg, UGraphicTxt, UGraphicVdx
public interface UGraphic
getStringBounder
StringBounder getStringBounder()
getParam
UParam getParam()
draw
void draw(UShape shape)
apply
UGraphic apply(UChange change)
getColorMapper
ColorMapper getColorMapper()
startUrl
void startUrl(Url url)
closeAction
void closeAction()
writeImage
void writeImage(OutputStream os,
String metadata,
int dpi)
throws IOException
- Throws:
IOException
flushUg
void flushUg()
Copyright © 2014. All Rights Reserved.