Package | Description |
---|---|
org.jzy3d.plot3d.rendering.tooltips | |
org.jzy3d.plot3d.rendering.view |
Provides interfaces, abstract classes and concrete classes to perform rendering
of 3d objects into a canvas.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IInteractiveTooltipRenderer |
Modifier and Type | Class and Description |
---|---|
class |
CoordinateTooltipRenderer |
class |
InteractiveTooltip |
class |
TextTooltipRenderer |
Modifier and Type | Field and Description |
---|---|
protected List<ITooltipRenderer> |
AWTView.tooltips |
Modifier and Type | Method and Description |
---|---|
List<ITooltipRenderer> |
AWTView.getTooltips() |
Modifier and Type | Method and Description |
---|---|
void |
AWTView.addTooltip(ITooltipRenderer tooltip) |
void |
AWTView.setTooltip(ITooltipRenderer tooltip) |
Modifier and Type | Method and Description |
---|---|
void |
AWTView.addTooltips(List<ITooltipRenderer> tooltip) |
void |
AWTView.setTooltips(List<ITooltipRenderer> tooltip) |
Copyright © 2016. All rights reserved.