Package org.jrobin.graph
Class LegendComposer.Line
- java.lang.Object
-
- org.jrobin.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
canAccomodate(CommentText comment)
(package private) void
clear()
(package private) void
layoutAndAdvance(boolean isLastLine)
-
-
-
Method Detail
-
clear
void clear()
-
canAccomodate
boolean canAccomodate(CommentText comment)
-
add
void add(CommentText comment)
-
layoutAndAdvance
void layoutAndAdvance(boolean isLastLine)
-
-