org.vizzini.ui.game.boardgame
Class HighlightData

java.lang.Object
  extended by org.vizzini.util.AbstractBean
      extended by org.vizzini.ui.game.boardgame.HighlightData

public class HighlightData
extends AbstractBean

Provides highlight data for a grid board position.

Since:
v0.1
Version:
v0.3
Author:
Jeffrey M. Thompson

Field Summary
 
Fields inherited from class org.vizzini.util.AbstractBean
IGNORE_PROPERTIES
 
Constructor Summary
HighlightData()
           
 
Method Summary
 Color getColor()
          Return the color.
 IPosition getPosition()
          Return the position.
 int getWidth()
          Return the line width.
 void setColor(Color color)
          Set the color.
 void setPosition(IPosition position)
          Set the position.
 void setWidth(int width)
          Set the line width.
 
Methods inherited from class org.vizzini.util.AbstractBean
appendArray, appendCollection, appendList, appendMap, compareBooleans, compareObjects, equals, getIgnoreProperties, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HighlightData

public HighlightData()
Method Detail

getColor

public Color getColor()
Return the color.

Since:
v0.1

getPosition

public IPosition getPosition()
Return the position.

Since:
v0.1

getWidth

public int getWidth()
Return the line width.

Since:
v0.1

setColor

public void setColor(Color color)
Set the color.

Since:
v0.1

setPosition

public void setPosition(IPosition position)
Set the position.

Since:
v0.1

setWidth

public void setWidth(int width)
Set the line width.

Since:
v0.1


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02