Class SlotFinder
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.comp.SlotFinder
-
-
Constructor Summary
Constructors Constructor Description SlotFinder(CompressionMode mode, StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
void
closeAction()
double
dpiFactor()
void
draw(UShape shape)
void
flushUg()
ColorMapper
getColorMapper()
UParam
getParam()
SlotSet
getSlotSet()
StringBounder
getStringBounder()
boolean
matchesProperty(java.lang.String propertyName)
void
startUrl(Url url)
-
-
-
Constructor Detail
-
SlotFinder
public SlotFinder(CompressionMode mode, StringBounder stringBounder)
-
-
Method Detail
-
matchesProperty
public boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesProperty
in interfaceUGraphic
-
dpiFactor
public double dpiFactor()
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounder
in interfaceUGraphic
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceUGraphic
-
closeAction
public void closeAction()
- Specified by:
closeAction
in interfaceUGraphic
-
getSlotSet
public SlotSet getSlotSet()
-
-