Class Rectangle

java.lang.Object
llnl.gnem.core.gui.plotting.api.Rectangle
All Implemented Interfaces:
PlotObject

public class Rectangle extends Object implements PlotObject
  • Constructor Details

    • Rectangle

      public Rectangle(Rectangle other)
    • Rectangle

      public Rectangle(double x1, double x2, double yRatio, String label, javafx.scene.paint.Color color)
    • Rectangle

      public 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)
  • Method Details