Class Clip


  • public class Clip
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double height
      height of clipping area
      double width
      width of clipping area
      double x
      x-coordinate of top-left corner of clip area
      double y
      y-coordinate of top-left corner of clip area
    • Constructor Summary

      Constructors 
      Constructor Description
      Clip​(double x, double y, double width, double height)  
    • Field Detail

      • x

        public double x
        x-coordinate of top-left corner of clip area
      • y

        public double y
        y-coordinate of top-left corner of clip area
      • width

        public double width
        width of clipping area
      • height

        public double height
        height of clipping area
    • Constructor Detail

      • Clip

        public Clip​(double x,
                    double y,
                    double width,
                    double height)