Class UGraphicNo
java.lang.Object
net.sourceforge.plantuml.ugraphic.UGraphicNo
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
CollisionDetector
,LimitFinder
,SlotFinder
,TextLimitFinder
,ZadBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionUGraphicNo
(StringBounder stringBounder) UGraphicNo
(UGraphicNo other, UChange change) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
closeUrl()
void
flushUg()
getParam()
protected UTranslate
boolean
matchesProperty
(String propertyName) void
startGroup
(UGroupType type, String ident) final void
void
writeToStream
(OutputStream os, String metadata, int dpi)
-
Constructor Details
-
UGraphicNo
-
UGraphicNo
-
-
Method Details
-
startUrl
-
startGroup
- Specified by:
startGroup
in interfaceUGraphic
-
closeUrl
public final void closeUrl() -
closeGroup
public final void closeGroup()- Specified by:
closeGroup
in interfaceUGraphic
-
getColorMapper
- Specified by:
getColorMapper
in interfaceUGraphic
-
getDefaultBackground
- Specified by:
getDefaultBackground
in interfaceUGraphic
-
getParam
-
getStringBounder
- Specified by:
getStringBounder
in interfaceUGraphic
-
flushUg
public void flushUg() -
matchesProperty
- Specified by:
matchesProperty
in interfaceUGraphic
-
writeToStream
- Specified by:
writeToStream
in interfaceUGraphic
- Throws:
IOException
-
getTranslate
-