org.annotation.util
Class Resources

java.lang.Object
  extended byorg.annotation.util.Resources

public class Resources
extends java.lang.Object


Field Summary
static java.awt.Color bar
           
static java.awt.Color blue
           
static java.lang.String BLUE
           
static java.awt.Color foo
           
static java.awt.Color gray
           
static java.lang.String GRAY
           
static java.awt.Color green
           
static java.lang.String GREEN
           
static int MAX_COLORS
           
static java.awt.Color orange
           
static java.lang.String ORANGE
           
static java.awt.Color purple
           
static java.lang.String PURPLE
           
static java.awt.Color red
           
static java.lang.String RED
           
 
Constructor Summary
Resources()
           
 
Method Summary
static java.lang.String caller()
           
 void copyFile(java.io.File in, java.io.File out)
           
static java.awt.Color getColor(java.lang.String name)
           
static java.awt.Color[] getNColors(int n)
           
static void printStackTrace()
           
static void rotate(java.lang.Object[] array, int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blue

public static final java.awt.Color blue

red

public static final java.awt.Color red

green

public static final java.awt.Color green

purple

public static final java.awt.Color purple

orange

public static final java.awt.Color orange

gray

public static final java.awt.Color gray

foo

public static final java.awt.Color foo

bar

public static final java.awt.Color bar

BLUE

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

RED

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

GREEN

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

PURPLE

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

ORANGE

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

GRAY

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

MAX_COLORS

public static final int MAX_COLORS
See Also:
Constant Field Values
Constructor Detail

Resources

public Resources()
Method Detail

getNColors

public static java.awt.Color[] getNColors(int n)

printStackTrace

public static void printStackTrace()

caller

public static java.lang.String caller()

getColor

public static java.awt.Color getColor(java.lang.String name)

rotate

public static void rotate(java.lang.Object[] array,
                          int width)

copyFile

public void copyFile(java.io.File in,
                     java.io.File out)
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.