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, UGraphic2

public class UGraphicHtml5
extends AbstractUGraphic<Html5Drawer>
implements ClipContainer, UGraphic2


Constructor Summary
UGraphicHtml5(ColorMapper colorMapper)
           
 
Method Summary
 void closeAction()
           
protected  AbstractCommonUGraphic copyUGraphic()
           
 String generateHtmlCode()
           
 StringBounder getStringBounder()
           
 void startUrl(Url url)
           
 void writeImageTOBEMOVED(OutputStream os, String metadata, int dpi)
           
 
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractUGraphic
afterDraw, beforeDraw, draw, getGraphicObject, manageHiddenAutomatically, registerDriver
 
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
apply, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateY, isSpecialTxt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.plantuml.ugraphic.ClipContainer
getClip
 
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
apply, draw, flushUg, getColorMapper, getParam, isSpecialTxt
 

Constructor Detail

UGraphicHtml5

public UGraphicHtml5(ColorMapper colorMapper)
Method Detail

copyUGraphic

protected AbstractCommonUGraphic copyUGraphic()
Specified by:
copyUGraphic in class AbstractCommonUGraphic

getStringBounder

public StringBounder getStringBounder()
Specified by:
getStringBounder 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

generateHtmlCode

public String generateHtmlCode()

writeImageTOBEMOVED

public void writeImageTOBEMOVED(OutputStream os,
                                String metadata,
                                int dpi)
                         throws IOException
Specified by:
writeImageTOBEMOVED in interface UGraphic2
Throws:
IOException


Copyright © 2014. All Rights Reserved.