|
|||||||||
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 SectionVerseColor

java.lang.Objectcom.eireneh.bible.control.map.swing.SectionVerseColor
- All Implemented Interfaces:
- VerseColor
- public class SectionVerseColor
- extends java.lang.Object
- implements VerseColor
- extends java.lang.Object
SectionVerseColor gives a color to a selected group of books, leaving the others grey.
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
Field Summary | |
private int |
section
The currently highlighted section |
Constructor Summary | |
SectionVerseColor(int section)
Basic constructor |
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 |
int |
getSection()
Accessor for the currently highlighted section |
void |
setSection(int section)
Accessor for the currently highlighted section |
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 |
Field Detail |
section
private int section
- The currently highlighted section
Constructor Detail |
SectionVerseColor
public SectionVerseColor(int section)
- Basic constructor
Method Detail |
setSection
public void setSection(int section)
- Accessor for the currently highlighted section
getSection
public int getSection()
- Accessor for the currently highlighted section
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 |