|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.style.AbstractStyle<Tag>
lt.monarch.chart.style.PaletteStyle<Tag>
public class PaletteStyle<Tag extends AbstractPaintTags> extends AbstractStyle<Tag>
Color palette style class
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.style.AbstractStyle |
|---|
dirty |
| Constructor and Description |
|---|
PaletteStyle(Style style)
Default color palette style constructor |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes style object |
java.awt.Color[] |
getPalette()
Gets color palette from the stylesheet |
void |
setPalette(java.awt.Color[] palette)
Set color palette to the stylesheet |
| Methods inherited from class lt.monarch.chart.style.AbstractStyle |
|---|
finalize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaletteStyle(Style style)
style - style object| Method Detail |
|---|
public java.awt.Color[] getPalette()
public void setPalette(java.awt.Color[] palette)
palette - color palettepublic void dispose()
AbstractStyle
dispose in class AbstractStyle<Tag extends AbstractPaintTags>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||