edu.udo.cs.yale.gui.plotter
Class RectangleStyle
java.lang.Object
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
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 |
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
RectangleStyle
public RectangleStyle(int styleNumber)
RectangleStyle
public RectangleStyle(java.awt.Color color)
set
public void set(java.awt.Graphics2D g)
getColor
public java.awt.Color getColor()
Copyright © 2001-2006