| Package | Description |
|---|---|
| org.wicketstuff.jqplot.lib.elements |
| Modifier and Type | Method and Description |
|---|---|
Location |
Legend.getLocation()
Gets the location.
|
Location |
Highlighter.getTooltipLocation() |
Location |
Cursor.getTooltipLocation()
Gets the tooltip location.
|
static Location |
Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location[] |
Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Legend.setLocation(Location location)
Sets the location.
|
void |
Highlighter.setTooltipLocation(Location tooltipLocation) |
void |
Cursor.setTooltipLocation(Location tooltipLocation)
Sets the tooltip location.
|
| Constructor and Description |
|---|
Legend(boolean show,
Location location)
Instantiates a new legend.
|
Copyright © 2020. All rights reserved.