| Modifier and Type | Field and Description |
|---|---|
protected ILegend |
AbstractDrawable.legend |
| Modifier and Type | Method and Description |
|---|---|
ILegend |
AbstractDrawable.getLegend() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDrawable.setLegend(ILegend face) |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTLegend
A
AWTLegend represent information concerning a
AbstractDrawable that may be displayed as a metadata in the
ChartView. |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTColorbarLegend |
| Modifier and Type | Method and Description |
|---|---|
List<ILegend> |
Graph.getLegends()
Return the list of available
AbstractDrawable's AWTLegend
. |
| Modifier and Type | Method and Description |
|---|---|
void |
ColorbarViewportLayout.computeSeparator(ICanvas canvas,
List<ILegend> list) |
protected void |
ColorbarViewportLayout.renderLegends(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
float left,
float right,
List<ILegend> data,
ICanvas canvas)
Renders the legend within the screen slice given by the left and right parameters.
|
Copyright © 2016. All rights reserved.