Uses of Class
llnl.gnem.core.gui.plotting.api.Rectangle
Package
Description
-
Uses of Rectangle in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Modifier and TypeMethodDescriptionPlotlyPlotFactory.rectangle
(double x1, double x2, double yRatio, String label, javafx.scene.paint.Color color) PlotlyPlotFactory.rectangle
(double x1, double x2, int pxWidth, double yRatio, String label, javafx.scene.paint.Color edgeColor, javafx.scene.paint.Color fillColor, boolean draggable, boolean logScaleX) -
Uses of Rectangle in llnl.gnem.core.gui.plotting.api
Modifier and TypeMethodDescriptionPlotFactory.rectangle
(double x1, double x2, double yRatio, String label, javafx.scene.paint.Color color) PlotFactory.rectangle
(double x1, double x2, int pxWidth, double yRatio, String label, javafx.scene.paint.Color edgeColor, javafx.scene.paint.Color fillColor, boolean draggable, boolean logScaleX) Rectangle.setDraggable
(boolean dragEnabled) Rectangle.setLogScaleX
(boolean logScaleX)