gestalt.render.plugin
Class Viewport

java.lang.Object
  extended by 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

Field Summary
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
Viewport()
           
Viewport(int theX, int theY, int theWidth, int theHeight)
           
Viewport(java.lang.String theViewport)
           
Viewport(Viewport theViewport)
           
 
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
 

Field Detail

x

public int x

y

public int y

width

public int width

height

public int height
Constructor Detail

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)
Method Detail

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