|
|||||||||
Home >> All >> com >> eireneh >> bible >> control >> map >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.eireneh.bible.control.map.swing
Class RainbowVerseColor

java.lang.Objectcom.eireneh.bible.control.map.swing.RainbowVerseColor
- All Implemented Interfaces:
- VerseColor
- public class RainbowVerseColor
- extends java.lang.Object
- implements VerseColor
- extends java.lang.Object
RainbowVerseColor is a simple Genesis=Red, Revelation=Blue rainbow all painted on a black background.
Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below. The copyright to this program is held by it's authors. |
- Version:
- D0.I0.T0
Constructor Summary | |
RainbowVerseColor()
|
Method Summary | |
java.awt.Color |
getBackground()
What Color would set off the Verses painted on it |
java.awt.Color |
getColor(int book,
int chapter,
int verse)
What Color should we use to represent this verse |
java.awt.Color |
getForeground()
What Color should text be painted in |
java.lang.String |
toString()
The name for display in a combo box |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
RainbowVerseColor
public RainbowVerseColor()
Method Detail |
getColor
public java.awt.Color getColor(int book, int chapter, int verse)
- What Color should we use to represent this verse
- Specified by:
getColor
in interfaceVerseColor
getBackground
public java.awt.Color getBackground()
- What Color would set off the Verses painted on it
- Specified by:
getBackground
in interfaceVerseColor
getForeground
public java.awt.Color getForeground()
- What Color should text be painted in
- Specified by:
getForeground
in interfaceVerseColor
toString
public java.lang.String toString()
- The name for display in a combo box
- Specified by:
toString
in interfaceVerseColor
|
|||||||||
Home >> All >> com >> eireneh >> bible >> control >> map >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |