br.usp.iterador.model
Class GridOptions

java.lang.Object
  extended by br.usp.iterador.model.GridOptions

public class GridOptions
extends java.lang.Object

Grid

Author:
Guilherme Silveira

Constructor Summary
GridOptions()
           
 
Method Summary
 java.awt.Color getColor()
           
 boolean isOn()
          Returns whether this grid should be displayed or not
 void setColor(java.awt.Color color)
           
 void setOn(boolean on)
          Sets whether this grid should be displayed or not
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridOptions

public GridOptions()
Method Detail

isOn

public boolean isOn()
Returns whether this grid should be displayed or not

Returns:

setOn

public void setOn(boolean on)
Sets whether this grid should be displayed or not

Parameters:
on -

setColor

public void setColor(java.awt.Color color)
Parameters:
color -

getColor

public java.awt.Color getColor()
Returns:


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.