com.pixelmed.display
Class DescribeGraphicsEnvironment

java.lang.Object
  extended by com.pixelmed.display.DescribeGraphicsEnvironment

public class DescribeGraphicsEnvironment
extends Object

This class describes the graphics environment (number and type and size of displays).


Constructor Summary
DescribeGraphicsEnvironment()
           
 
Method Summary
static String dumpBufferCapabilities(BufferCapabilities bc, String label, String indent)
           
static String dumpDisplayMode(DisplayMode dm, String label, String indent)
           
static String dumpGraphicsConfiguration(GraphicsConfiguration gc, String label, String indent)
           
static String dumpGraphicsDevice(GraphicsDevice gd, String label, String indent)
           
static String dumpGraphicsEnvironment(GraphicsEnvironment ge, String label, String indent)
           
static String dumpImageCapabilities(ImageCapabilities ic, String label, String indent)
           
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeGraphicsEnvironment

public DescribeGraphicsEnvironment()
Method Detail

dumpImageCapabilities

public static String dumpImageCapabilities(ImageCapabilities ic,
                                           String label,
                                           String indent)

dumpBufferCapabilities

public static String dumpBufferCapabilities(BufferCapabilities bc,
                                            String label,
                                            String indent)

dumpGraphicsConfiguration

public static String dumpGraphicsConfiguration(GraphicsConfiguration gc,
                                               String label,
                                               String indent)

dumpDisplayMode

public static String dumpDisplayMode(DisplayMode dm,
                                     String label,
                                     String indent)

dumpGraphicsDevice

public static String dumpGraphicsDevice(GraphicsDevice gd,
                                        String label,
                                        String indent)

dumpGraphicsEnvironment

public static String dumpGraphicsEnvironment(GraphicsEnvironment ge,
                                             String label,
                                             String indent)

main

public static void main(String[] arg)