public class Rectangle extends Object
| 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) |
public Rectangle(int x,
int y,
int width,
int height)
public Rectangle(int width,
int height)
public Rectangle(com.jogamp.nativewindow.util.Dimension d)
public Rectangle(com.jogamp.nativewindow.util.Point p)
public Rectangle(com.jogamp.nativewindow.util.Point p,
com.jogamp.nativewindow.util.Dimension d)
Copyright © 2016. All rights reserved.