Package org.rrd4j.graph
Class LegendComposer.Line
- java.lang.Object
-
- org.rrd4j.graph.LegendComposer.Line
-
- Enclosing class:
- LegendComposer
class LegendComposer.Line extends Object
-
-
Constructor Summary
Constructors Constructor Description Line()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
add(CommentText comment)
(package private) boolean
canAccommodate(CommentText comment)
(package private) void
clear()
(package private) void
layoutAndAdvance(boolean isLastLine)
-
-
-
Method Detail
-
clear
void clear()
-
canAccommodate
boolean canAccommodate(CommentText comment)
-
add
void add(CommentText comment)
-
layoutAndAdvance
void layoutAndAdvance(boolean isLastLine)
-
-