Interface PDrawing
-
- All Superinterfaces:
TimeProjected
public interface PDrawing extends TimeProjected
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addChange(ChangeState change)
void
addConstraint(TimeConstraint constraint)
double
getFullHeight(StringBounder stringBounder)
TextBlock
getPart1(double fullAvailableWidth)
UDrawable
getPart2()
void
setInitialState(String initialState, Colors initialColors)
-
Methods inherited from interface net.sourceforge.plantuml.timingdiagram.TimeProjected
getTimeProjection
-
-
-
-
Method Detail
-
getFullHeight
double getFullHeight(StringBounder stringBounder)
-
addChange
void addChange(ChangeState change)
-
getPart1
TextBlock getPart1(double fullAvailableWidth)
-
getPart2
UDrawable getPart2()
-
addConstraint
void addConstraint(TimeConstraint constraint)
-
-