Package net.sourceforge.plantuml.braille
Class UGraphicBraille
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.ugraphic.AbstractUGraphic<BrailleGrid>
-
- net.sourceforge.plantuml.braille.UGraphicBraille
-
- All Implemented Interfaces:
ClipContainer
,UGraphic
public class UGraphicBraille extends AbstractUGraphic<BrailleGrid> implements ClipContainer
-
-
Field Summary
Fields Modifier and Type Field Description static int
QUANTA
-
Constructor Summary
Constructors Constructor Description UGraphicBraille(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractCommonUGraphic
copyUGraphic()
void
writeToStream(OutputStream os, String metadata, int dpi)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractUGraphic
afterDraw, beforeDraw, draw, drawComment, getGraphicObject, ignoreShape, manageHiddenAutomatically, registerDriver
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
apply, closeGroup, closeUrl, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslateX, getTranslateY, matchesProperty, startGroup, startUrl
-
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
-
-
-
-
Field Detail
-
QUANTA
public static final int QUANTA
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UGraphicBraille
public UGraphicBraille(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder)
-
-
Method Detail
-
copyUGraphic
protected AbstractCommonUGraphic copyUGraphic()
- Specified by:
copyUGraphic
in classAbstractCommonUGraphic
-
writeToStream
public void writeToStream(OutputStream os, String metadata, int dpi) throws IOException
- Specified by:
writeToStream
in interfaceUGraphic
- Throws:
IOException
-
-