Package net.sourceforge.plantuml.creole
Interface Stencil
-
- All Known Implementing Classes:
ComponentRoseNote
,EntityImageClass
,EntityImageJson
,EntityImageMap
,EntityImageNote
,EntityImageObject
,FloatingNote
,FtileNoteAlone
,FtileWithNoteOpale
,GtileWithNoteOpale
,SheetBlock1
public interface Stencil
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getEndingX(StringBounder stringBounder, double y)
double
getStartingX(StringBounder stringBounder, double y)
-
-
-
Method Detail
-
getStartingX
double getStartingX(StringBounder stringBounder, double y)
-
getEndingX
double getEndingX(StringBounder stringBounder, double y)
-
-