Class SlotFinder
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UGraphicNo
-
- net.sourceforge.plantuml.ugraphic.comp.SlotFinder
-
- All Implemented Interfaces:
UGraphic
public class SlotFinder extends UGraphicNo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
static SlotFinder
create(CompressionMode mode, StringBounder stringBounder)
void
draw(UShape sh)
ColorMapper
getColorMapper()
SlotSet
getSlotSet()
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.UGraphicNo
closeGroup, closeUrl, flushUg, getDefaultBackground, getParam, getStringBounder, getTranslate, matchesProperty, startGroup, startUrl, writeToStream
-
-
-
-
Method Detail
-
create
public static SlotFinder create(CompressionMode mode, StringBounder stringBounder)
-
draw
public void draw(UShape sh)
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceUGraphic
- Overrides:
getColorMapper
in classUGraphicNo
-
getSlotSet
public SlotSet getSlotSet()
-
-