net.sourceforge.plantuml.ugraphic.html5
Class UGraphicHtml5

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
      extended by net.sourceforge.plantuml.ugraphic.AbstractUGraphic<Html5Drawer>
          extended by net.sourceforge.plantuml.ugraphic.html5.UGraphicHtml5
All Implemented Interfaces:
ClipContainer, UGraphic

public class UGraphicHtml5
extends AbstractUGraphic<Html5Drawer>
implements ClipContainer


Constructor Summary
UGraphicHtml5(ColorMapper colorMapper)
           
 
Method Summary
 void centerChar(double x, double y, char c, UFont font)
           
 void closeAction()
           
 String generateHtmlCode()
           
 UClip getClip()
           
 StringBounder getStringBounder()
           
 void setAntiAliasing(boolean trueForOn)
           
 void setClip(UClip clip)
           
 void startUrl(Url url)
           
 
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractUGraphic
afterDraw, beforeDraw, createGroup, draw, getGraphicObject, manageHiddenAutomatically, registerDriver
 
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
getColorMapper, getParam, getTranslateX, getTranslateY, setTranslate, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UGraphicHtml5

public UGraphicHtml5(ColorMapper colorMapper)
Method Detail

getStringBounder

public StringBounder getStringBounder()
Specified by:
getStringBounder in interface UGraphic

centerChar

public void centerChar(double x,
                       double y,
                       char c,
                       UFont font)
Specified by:
centerChar in interface UGraphic

setAntiAliasing

public void setAntiAliasing(boolean trueForOn)
Specified by:
setAntiAliasing in interface UGraphic

startUrl

public void startUrl(Url url)
Specified by:
startUrl in interface UGraphic

closeAction

public void closeAction()
Specified by:
closeAction in interface UGraphic

setClip

public void setClip(UClip clip)
Specified by:
setClip in interface UGraphic

getClip

public UClip getClip()
Specified by:
getClip in interface ClipContainer

generateHtmlCode

public String generateHtmlCode()


Copyright © 2013. All Rights Reserved.