net.sourceforge.plantuml.ugraphic
Interface UGraphic

All Known Implementing Classes:
AbstractCommonUGraphic, AbstractUGraphic, UGraphicEps, UGraphicG2d, UGraphicHtml5, UGraphicSvg, UGraphicTxt

public interface UGraphic


Method Summary
 void centerChar(double x, double y, char c, UFont font)
           
 void closeAction()
           
 UGroup createGroup()
           
 void draw(double x, double y, UShape shape)
           
 ColorMapper getColorMapper()
           
 UParam getParam()
           
 StringBounder getStringBounder()
           
 double getTranslateX()
           
 double getTranslateY()
           
 void setAntiAliasing(boolean trueForOn)
           
 void setClip(UClip clip)
           
 void setTranslate(double dx, double dy)
           
 void startUrl(Url url)
           
 void translate(double dx, double dy)
           
 

Method Detail

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.