|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for things that say how to paint a symbol.
Given a symbol, this allows you to get the color to outline or fill the glyphs for rendering the symbol. This may be something as simple as colouring dots on a scatter-plot, or labeling a key, or it may be as complicated as sequence logos.
| Method Summary | |
Paint |
fillPaint(Symbol s)
Return the fill paint for a symbol. |
Paint |
outlinePaint(Symbol s)
Return the outline paint for a symbol. |
| Method Detail |
public Paint outlinePaint(Symbol s)
throws IllegalSymbolException
IllegalSymbolException - if this SymbolStyle can not handle the
symbol
public Paint fillPaint(Symbol s)
throws IllegalSymbolException
IllegalSymbolException - if this SymbolStyle can not handle the
symbol
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||