| Package | Description |
|---|---|
| org.gephi.utils.sparklines |
| Modifier and Type | Field and Description |
|---|---|
static SparklineParameters.HighlightTextMode |
SparklineParameters.DEFAULT_HIGHLIGHT_TEXT_MODE |
private SparklineParameters.HighlightTextMode |
SparklineParameters.highlightTextMode |
| Modifier and Type | Method and Description |
|---|---|
SparklineParameters.HighlightTextMode |
SparklineParameters.getHighlightTextMode()
Return current HighlightTextMode
|
static SparklineParameters.HighlightTextMode |
SparklineParameters.HighlightTextMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparklineParameters.HighlightTextMode[] |
SparklineParameters.HighlightTextMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static String |
SparklineGraph.buildHighlightText(SparklineParameters.HighlightTextMode highlightTextMode,
Number x,
Number y) |
void |
SparklineParameters.setHighlightTextMode(SparklineParameters.HighlightTextMode highlightTextMode)
Set HighlightTextMode
|
| Constructor and Description |
|---|
SparklineParameters(int width,
int height,
Color lineColor,
Color backgroundColor,
Color highlightMinColor,
Color highlightMaxColor,
Integer highlightedValueXPosition,
Color highligtValueColor,
Color highlightTextColor,
Color highlightTextBoxColor,
SparklineParameters.HighlightTextMode highlightTextMode)
Create a sparkline parameters specifying colors for line, background, and max/min highlight colors (no highlight if null) and a x pixel position to highlight closest value with specific
highlight text and text box colors and
HighlightTextMode. |
Copyright © 2007–2017 Gephi Consortium. All rights reserved.