Class UGraphicNo
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UGraphicNo
-
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
CollisionDetector
,LimitFinder
,SlotFinder
,TextLimitFinder
,ZadBuilder
public abstract class UGraphicNo extends Object implements UGraphic
-
-
Constructor Summary
Constructors Constructor Description UGraphicNo(StringBounder stringBounder, UTranslate translate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeGroup()
void
closeUrl()
void
flushUg()
ColorMapper
getColorMapper()
HColor
getDefaultBackground()
UParam
getParam()
StringBounder
getStringBounder()
protected UTranslate
getTranslate()
boolean
matchesProperty(String propertyName)
void
startGroup(Map<UGroupType,String> typeIdents)
void
startUrl(Url url)
void
writeToStream(OutputStream os, String metadata, int dpi)
-
-
-
Constructor Detail
-
UGraphicNo
public UGraphicNo(StringBounder stringBounder, UTranslate translate)
-
-
Method Detail
-
startGroup
public void startGroup(Map<UGroupType,String> typeIdents)
- Specified by:
startGroup
in interfaceUGraphic
-
closeGroup
public final void closeGroup()
- Specified by:
closeGroup
in interfaceUGraphic
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceUGraphic
-
getDefaultBackground
public HColor getDefaultBackground()
- Specified by:
getDefaultBackground
in interfaceUGraphic
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounder
in interfaceUGraphic
-
matchesProperty
public boolean matchesProperty(String propertyName)
- Specified by:
matchesProperty
in interfaceUGraphic
-
writeToStream
public void writeToStream(OutputStream os, String metadata, int dpi) throws IOException
- Specified by:
writeToStream
in interfaceUGraphic
- Throws:
IOException
-
getTranslate
protected final UTranslate getTranslate()
-
-