Class RectColor

java.lang.Object
one.empty3.feature.selection.RectColor

public class RectColor extends Object
  • Constructor Details

    • RectColor

      public RectColor()
    • RectColor

      public RectColor(double x, double y, double width, double height, Point3D color)
  • Method Details

    • getColor

      public Point3D getColor()
    • setColor

      public void setColor(Point3D color)
    • getX

      public double getX()
    • setX

      public void setX(double x)
    • getY

      public double getY()
    • setY

      public void setY(double y)
    • getWidth

      public double getWidth()
    • setWidth

      public void setWidth(double width)
    • getHeight

      public double getHeight()
    • setHeight

      public void setHeight(double height)