net.sourceforge.plantuml.ugraphic
Interface UGraphic

All Known Implementing Classes:
AbstractCommonUGraphic, AbstractUGraphic, AbstractUGraphicHorizontalLine, LimitFinder, SlotFinder, TextLimitFinder, UGraphicCompress, UGraphicDelegator, UGraphicEps, UGraphicFilter, UGraphicG2d, UGraphicHorizontalLine, UGraphicHtml5, UGraphicInterceptorOneSwimlane, UGraphicInterceptorTextBlockable, UGraphicLineMerger, UGraphicSvg, UGraphicTxt, UGraphicVdx

public interface UGraphic


Method Summary
 UGraphic apply(UChange change)
           
 void closeAction()
           
 void draw(UShape shape)
           
 ColorMapper getColorMapper()
           
 UParam getParam()
           
 StringBounder getStringBounder()
           
 void startUrl(Url url)
           
 void writeImage(OutputStream os, String metadata, int dpi)
           
 

Method Detail

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


Copyright © 2013. All Rights Reserved.