Documentation of 'org.jzy3d.maths.Rectangle' Java class
Rectangle
org.jzy3d.maths

Class Rectangle



  • public class Rectangle
    extends java.lang.Object
    Replacement for java.awt.Rectangle
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int height 
      int width 
      int x 
      int y 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Rectangle(com.jogamp.nativewindow.util.Dimension d) 
      Rectangle(int width, int height) 
      Rectangle(int x, int y, int width, int height) 
      Rectangle(com.jogamp.nativewindow.util.Point p) 
      Rectangle(com.jogamp.nativewindow.util.Point p, com.jogamp.nativewindow.util.Dimension d) 
    • Field Detail

      • x

        public int x
      • y

        public int y
      • width

        public int width
      • height

        public int height
    • Constructor Detail

      • Rectangle

        public Rectangle(int x,
                         int y,
                         int width,
                         int height)
      • Rectangle

        public Rectangle(int width,
                         int height)
      • Rectangle

        public Rectangle(com.jogamp.nativewindow.util.Dimension d)
      • Rectangle

        public Rectangle(com.jogamp.nativewindow.util.Point p)
      • Rectangle

        public Rectangle(com.jogamp.nativewindow.util.Point p,
                         com.jogamp.nativewindow.util.Dimension d)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.