edu.udo.cs.yale.gui.plotter
Class RectangleStyle

java.lang.Object
  extended by edu.udo.cs.yale.gui.plotter.RectangleStyle

public class RectangleStyle
extends java.lang.Object

Defines the style of plotted rectangles, i.e. the color.

Version:
$Id: RectangleStyle.java,v 1.6 2006/08/10 17:05:11 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
static int ALPHA
           
private  java.awt.Color color
           
static int NUMBER_OF_STYLES
           
private  int styleNumber
           
 
Constructor Summary
RectangleStyle(java.awt.Color color)
           
RectangleStyle(int styleNumber)
           
 
Method Summary
 java.awt.Color getColor()
           
 void set(java.awt.Graphics2D g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALPHA

public static final int ALPHA
See Also:
Constant Field Values

NUMBER_OF_STYLES

public static final int NUMBER_OF_STYLES
See Also:
Constant Field Values

styleNumber

private int styleNumber

color

private java.awt.Color color
Constructor Detail

RectangleStyle

public RectangleStyle(int styleNumber)

RectangleStyle

public RectangleStyle(java.awt.Color color)
Method Detail

set

public void set(java.awt.Graphics2D g)

getColor

public java.awt.Color getColor()


Copyright © 2001-2006