|
|||||||||
| Home >> All >> com >> eireneh >> bible >> control >> map >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.eireneh.bible.control.map.swing
Interface VerseColor

- All Known Implementing Classes:
- BookVerseColor, GroupVerseColor, RainbowVerseColor, SectionVerseColor
- public interface VerseColor
VerseColor is a way of applying Color to Verses.
|
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
| 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 |
| Method Detail |
getColor
public java.awt.Color getColor(int book, int chapter, int verse)
- What Color should we use to represent this verse
getBackground
public java.awt.Color getBackground()
- What Color would set off the Verses painted on it
getForeground
public java.awt.Color getForeground()
- What Color should text be painted in
toString
public java.lang.String toString()
- The name for display in a combo box
|
|||||||||
| Home >> All >> com >> eireneh >> bible >> control >> map >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC