Class UGraphicNo
java.lang.Object
net.sourceforge.plantuml.ugraphic.UGraphicNo
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
CollisionDetector
,LimitFinder
,SlotFinder
,TextLimitFinder
,ZadBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
closeUrl()
void
flushUg()
getParam()
protected final UTranslate
boolean
matchesProperty
(java.lang.String propertyName) void
startGroup
(java.util.Map<UGroupType, java.lang.String> typeIdents) final void
void
writeToStream
(java.io.OutputStream os, java.lang.String metadata, int dpi) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
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
public boolean matchesProperty(java.lang.String propertyName) - Specified by:
matchesProperty
in interfaceUGraphic
-
writeToStream
public void writeToStream(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException - Specified by:
writeToStream
in interfaceUGraphic
- Throws:
java.io.IOException
-
getTranslate
-