Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.gui
Class JspmGraphicsEnvironment  view JspmGraphicsEnvironment download JspmGraphicsEnvironment.java

java.lang.Object
  extended bycom.gui.JspmGraphicsEnvironment

public class JspmGraphicsEnvironment
extends java.lang.Object

This class provides information about the graphics environment

Version:
1.0.1

Field Summary
 int centerX
           
 int centerY
           
(package private)  java.awt.Rectangle gr
           
 int maxX
           
 int maxY
           
 int offX
           
 int offY
           
 
Constructor Summary
JspmGraphicsEnvironment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offX

public int offX

offY

public int offY

maxX

public int maxX

maxY

public int maxY

centerX

public int centerX

centerY

public int centerY

gr

java.awt.Rectangle gr
Constructor Detail

JspmGraphicsEnvironment

public JspmGraphicsEnvironment()