Class PanelsNoLeft
java.lang.Object
net.sourceforge.plantuml.timingdiagram.graphic.Panels
net.sourceforge.plantuml.timingdiagram.graphic.PanelsNoLeft
- All Implemented Interfaces:
TimeProjected
- Direct Known Subclasses:
PanelsBinary,PanelsClock
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.timingdiagram.graphic.Panels
BOTTOM_MARGIN, LEFT_PANEL_MIN_WIDTH, MARGIN_X, MARGIN_Y, ruler, skinParam, style, suggestedHeight -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPanelsNoLeft(TimingRuler ruler, ISkinParam skinParam, int suggestedHeight, Style style, List<TimingNote> notes, List<TimeConstraint> constraints) -
Method Summary
Modifier and TypeMethodDescriptionfinal voiddrawLeftPanel(UGraphic ug, double fullAvailableWidth) final doublegetLeftPanelWidth(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.timingdiagram.graphic.Panels
createTextBlock, drawConstraints, drawHLineFromPoint, drawHorizontalBetweenTimes, drawNotes, drawRightPanel, drawVline, getConstraintDeltaY, getConstraints, getContext, getFontConfiguration, getFullHeight, getHeightForConstraints, getHeightForNotes, getNotes, getStroke, getTextBlock, xOfTimeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.timingdiagram.TimeProjected
getTimeProjection
-
Constructor Details
-
PanelsNoLeft
protected PanelsNoLeft(TimingRuler ruler, ISkinParam skinParam, int suggestedHeight, Style style, List<TimingNote> notes, List<TimeConstraint> constraints)
-
-
Method Details
-
drawLeftPanel
- Specified by:
drawLeftPanelin classPanels
-
getLeftPanelWidth
- Specified by:
getLeftPanelWidthin classPanels
-