project35.desktopDeployment
Class SymbolTile

java.lang.Object
  extended by project35.desktopDeployment.SymbolTile

public class SymbolTile
extends java.lang.Object


Copyright (c) 2008 Kevin Garwood for Project35. This code is licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.

Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Field Summary
static int HEIGHT
           
static int INSET
           
static int WIDTH
           
 
Constructor Summary
SymbolTile(java.lang.String unicodeCharacter)
           
 
Method Summary
 boolean contains(java.awt.Point currentMouseLocation)
           
 void draw(java.awt.Graphics graphics)
           
 java.lang.String getUnicodeCharacter()
           
 void highlightOutline(boolean highlightOutline)
           
 void setEnabled(boolean isEnabled)
           
 void setLocation(java.awt.Point location)
           
 void setSelected(boolean isSelected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static final int WIDTH
See Also:
Constant Field Values

HEIGHT

public static final int HEIGHT
See Also:
Constant Field Values

INSET

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

SymbolTile

public SymbolTile(java.lang.String unicodeCharacter)
Method Detail

getUnicodeCharacter

public java.lang.String getUnicodeCharacter()

contains

public boolean contains(java.awt.Point currentMouseLocation)

setEnabled

public void setEnabled(boolean isEnabled)

highlightOutline

public void highlightOutline(boolean highlightOutline)

setSelected

public void setSelected(boolean isSelected)

setLocation

public void setLocation(java.awt.Point location)

draw

public void draw(java.awt.Graphics graphics)