|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Style | |
|---|---|
| net.sf.jett.model | Provides value objects for JETT processing and enumerated objects for things like style values. |
| net.sf.jett.parser | Provides classes for scanning and parsing any text-based value in JETT. |
| Uses of Style in net.sf.jett.model |
|---|
| Methods in net.sf.jett.model that return types with arguments of type Style | |
|---|---|
java.util.Map<java.lang.String,Style> |
WorkbookContext.getStyleMap()
Returns the Map of style names to Styles. |
| Methods in net.sf.jett.model with parameters of type Style | |
|---|---|
void |
Style.apply(Style style)
Applies the given Style to this Style,
overwriting any properties in common. |
| Method parameters in net.sf.jett.model with type arguments of type Style | |
|---|---|
void |
WorkbookContext.setStyleMap(java.util.Map<java.lang.String,Style> styleMap)
Sets Map of style names to Styles. |
| Uses of Style in net.sf.jett.parser |
|---|
| Methods in net.sf.jett.parser that return types with arguments of type Style | |
|---|---|
java.util.Map<java.lang.String,Style> |
StyleParser.getStyleMap()
Returns the style map of style names to Styles. |
| Methods in net.sf.jett.parser with parameters of type Style | |
|---|---|
static void |
StyleParser.addStyle(Style style,
java.lang.String property,
java.lang.String value)
Depending on the given property, parse the given value and set the appropriate attribute in the given Style object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||