|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LineStyleLibrary
Interface to obtain CSS classes for plot lines.
meta
is a set of Objects, usually constants that may or may not be
used by the LineStyleLibrary
to generate variants of the style.
Predefined meta flags that are usually supported are:
FLAG_STRONG
FLAG_WEAK
FLAG_INTERPOLATED
Field Summary | |
---|---|
static String |
FLAG_INTERPOLATED
Meta flag to request an 'interpolated' version of the style |
static String |
FLAG_STRONG
Meta flag to request a 'stronger' version of the style |
static String |
FLAG_WEAK
Meta flag to request a 'weaker' version of the style |
Method Summary | |
---|---|
void |
formatCSSClass(CSSClass cls,
int style,
double width,
Object... meta)
Add the formatting statements to the given CSS class. |
Field Detail |
---|
static final String FLAG_STRONG
static final String FLAG_WEAK
static final String FLAG_INTERPOLATED
Method Detail |
---|
void formatCSSClass(CSSClass cls, int style, double width, Object... meta)
cls
- CSS class to modifystyle
- style numberwidth
- line widthmeta
- meta objects to request line variants
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |