public class Legend extends GridLayout
static interface |
Legend.LegendItem
|
Anchor |
anchorX
|
Anchor |
anchorY
|
String |
frameStyle
Inherited from GridLayout . |
int |
gapx
Inherited from GridLayout . |
int |
gapy
Inherited from GridLayout . |
boolean |
inside
|
int |
itemHeight
Inherited from GridLayout . |
int |
itemWidth
Inherited from GridLayout . |
ArrayList<Legend.LegendItem> |
items
|
int |
margin
Inherited from GridLayout . |
int |
numCols
Inherited from GridLayout . |
int |
swatchWidth
|
Legend (int numCols)
|
GridLayout |
autoItemSize ()
Inherited from GridLayout . |
int |
countCols ()
Inherited from GridLayout . |
int |
countItems ()
|
int |
countRows ()
Inherited from GridLayout . |
int |
getHeight ()
Inherited from GridLayout . |
int |
getWidth ()
Inherited from GridLayout . |
Legend |
posBottom (double offs)
|
Legend |
posInside (Anchor anchorX, Anchor anchorY)
|
Legend |
posLeft (double offs)
|
Legend |
posRight (double offs)
|
Legend |
posTop (double offs)
|
void |
printItem (PrintStream out, int index, double x, double y)
|
void |
printItems (PrintStream out, double left, double top)
Inherited from GridLayout . |
GridLayout |
setCols (int numCols)
Inherited from GridLayout . |
GridLayout |
setFrame (int margin, String style)
Inherited from GridLayout . |
GridLayout |
setGap (int gap)
Inherited from GridLayout . |
GridLayout |
setGap (int gapx, int gapy)
Inherited from GridLayout . |
GridLayout |
setItemSize (int w, int h)
Inherited from GridLayout . |
Legend |
setSwatchWidth (int width)
|
Show all inherited methods (11 more) |
@Override public void printItem ( PrintStream out, int index, double x, double y );
Implements GridLayout.printItem(PrintStream, int, double, double)
.