gestalt.render.plugin
Class Viewport
java.lang.Object
gestalt.render.plugin.Viewport
- All Implemented Interfaces:
- java.io.Serializable
public class Viewport
- extends java.lang.Object
- implements java.io.Serializable
structure to store viewport properties.
- See Also:
- Serialized Form
|
Method Summary |
void |
set(java.lang.String theViewport)
|
void |
set(Viewport theViewport)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
x
public int x
y
public int y
width
public int width
height
public int height
Viewport
public Viewport()
Viewport
public Viewport(Viewport theViewport)
Viewport
public Viewport(java.lang.String theViewport)
Viewport
public Viewport(int theX,
int theY,
int theWidth,
int theHeight)
set
public void set(Viewport theViewport)
set
public final void set(java.lang.String theViewport)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009