Uses of Class
org.jzy3d.plot3d.rendering.legends.overlay.Legend
-
Packages that use Legend Package Description org.jzy3d.plot3d.rendering.legends.overlay -
-
Uses of Legend in org.jzy3d.plot3d.rendering.legends.overlay
Fields in org.jzy3d.plot3d.rendering.legends.overlay with type parameters of type Legend Modifier and Type Field Description protected List<Legend>
OverlayLegendRenderer. info
Methods in org.jzy3d.plot3d.rendering.legends.overlay that return types with arguments of type Legend Modifier and Type Method Description List<Legend>
OverlayLegendRenderer. getInfo()
Methods in org.jzy3d.plot3d.rendering.legends.overlay with parameters of type Legend Modifier and Type Method Description protected AffineTransform
OverlayLegendRenderer. makeShapeTransform(Legend line, int textHeight, int yTextPos, int xLineStart)
void
OverlayLegendRenderer. paintLegend(Graphics2D g2d, int textHeight, int textWidthMax, int xTextPos, int yTextPos, Legend line)
Method parameters in org.jzy3d.plot3d.rendering.legends.overlay with type arguments of type Legend Modifier and Type Method Description void
OverlayLegendRenderer. setInfo(List<Legend> info)
Constructor parameters in org.jzy3d.plot3d.rendering.legends.overlay with type arguments of type Legend Constructor Description OverlayLegendRenderer(List<Legend> info)
-