Class UGraphicHtml5
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.ugraphic.AbstractUGraphic<Html5Drawer>
-
- net.sourceforge.plantuml.ugraphic.html5.UGraphicHtml5
-
- All Implemented Interfaces:
ClipContainer,UGraphic,UGraphic2
public class UGraphicHtml5 extends AbstractUGraphic<Html5Drawer> implements ClipContainer, UGraphic2
-
-
Constructor Summary
Constructors Constructor Description UGraphicHtml5(ColorMapper colorMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseAction()protected AbstractCommonUGraphiccopyUGraphic()java.lang.StringgenerateHtmlCode()StringBoundergetStringBounder()voidstartUrl(Url url)voidwriteImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi)-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractUGraphic
afterDraw, beforeDraw, draw, drawComment, getGraphicObject, manageHiddenAutomatically, registerDriver
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
apply, dpiFactor, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateY, matchesProperty
-
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, matchesProperty
-
-
-
-
Constructor Detail
-
UGraphicHtml5
public UGraphicHtml5(ColorMapper colorMapper)
-
-
Method Detail
-
copyUGraphic
protected AbstractCommonUGraphic copyUGraphic()
- Specified by:
copyUGraphicin classAbstractCommonUGraphic
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounderin interfaceUGraphic
-
closeAction
public void closeAction()
- Specified by:
closeActionin interfaceUGraphic
-
generateHtmlCode
public java.lang.String generateHtmlCode()
-
writeImageTOBEMOVED
public void writeImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException- Specified by:
writeImageTOBEMOVEDin interfaceUGraphic2- Throws:
java.io.IOException
-
-