|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Style | |
---|---|
cz.psika.numerist | Nearly all application classes live within this package. |
Uses of Style in cz.psika.numerist |
---|
Fields in cz.psika.numerist declared as Style | |
---|---|
protected static Style |
StyleManager.currentStyle
Current Style object. |
protected Style |
DiagramCanvas.style
Cache for current entry's style. |
protected Style |
Entry.style
Style of characteristics. |
protected Style |
ItemMemento.style
Style. |
Fields in cz.psika.numerist with type parameters of type Style | |
---|---|
protected static java.util.Map<java.lang.String,Style> |
StyleManager.stylesMap
Map of all currently usable styles. |
Methods in cz.psika.numerist that return Style | |
---|---|
static Style |
StyleManager.getCurrentStyle()
Load current numerology style of characteristics. |
Style |
Entry.getStyle()
Get entry's style. |
protected Style |
ItemMemento.getStyle()
Get entry's style. |
static Style |
StyleManager.getStyle(java.lang.String styleName)
Get numerology style of characteristics by name. |
protected static Style |
StyleManager.loadStyle(java.lang.String loadingStyle)
Loads style from configuration file. |
Methods in cz.psika.numerist with parameters of type Style | |
---|---|
Entry |
Manager.registerEntry(java.lang.String entryString,
Style entryStyle)
Register new entry within collection. |
void |
Entry.setStyle(Style setStyle)
Set/modify style for entry and make all necessary computations. |
protected void |
ItemMemento.setStyle(Style itemStyle)
Set style for the entry. |
Constructors in cz.psika.numerist with parameters of type Style | |
---|---|
Entry(java.lang.Integer uniqueIdentifier,
java.lang.String entryString,
Style entryStyle)
Entry construction cause initialization of string content and entry identifier. |
|
Style(Style oldStyle)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |