com.croftsoft.core.gui
Class DisplayModeLib

java.lang.Object
  extended by com.croftsoft.core.gui.DisplayModeLib

public final class DisplayModeLib
extends Object

Library of static methods for manipulating DisplayMode objects.

Since:
2003-02-21
Version:
2003-07-25
Author:
David Wallace Croft

Method Summary
static boolean matches(DisplayMode supportedDisplayMode, DisplayMode desiredDisplayMode)
          Template matching of a supported to a desired DisplayMode.
static void print(DisplayMode displayMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

matches

public static boolean matches(DisplayMode supportedDisplayMode,
                              DisplayMode desiredDisplayMode)
Template matching of a supported to a desired DisplayMode.

Parameters:
desiredDisplayMode - Values of zero in desiredDisplayMode are treated as wildcards.

print

public static void print(DisplayMode displayMode)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)