org.freehep.graphics2d
Class ScreenConstants

java.lang.Object
  extended by org.freehep.graphics2d.ScreenConstants

public class ScreenConstants
extends java.lang.Object

This class defines a set of constants which describe a screen.

Version:
$Id: ScreenConstants.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

Field Summary
static java.lang.String SVGA
           
static java.lang.String SXGA
           
static java.lang.String SXGA_PLUS
           
static java.lang.String UXGA
           
static java.lang.String VGA
           
static java.lang.String WSXGA_PLUS
           
static java.lang.String WUXGA
           
static java.lang.String XGA
           
 
Constructor Summary
ScreenConstants()
           
 
Method Summary
static java.awt.Dimension getSize(java.lang.String size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VGA

public static final java.lang.String VGA
See Also:
Constant Field Values

SVGA

public static final java.lang.String SVGA
See Also:
Constant Field Values

XGA

public static final java.lang.String XGA
See Also:
Constant Field Values

SXGA

public static final java.lang.String SXGA
See Also:
Constant Field Values

SXGA_PLUS

public static final java.lang.String SXGA_PLUS
See Also:
Constant Field Values

UXGA

public static final java.lang.String UXGA
See Also:
Constant Field Values

WSXGA_PLUS

public static final java.lang.String WSXGA_PLUS
See Also:
Constant Field Values

WUXGA

public static final java.lang.String WUXGA
See Also:
Constant Field Values
Constructor Detail

ScreenConstants

public ScreenConstants()
Method Detail

getSize

public static java.awt.Dimension getSize(java.lang.String size)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.