Uses of Class
org.gephi.utils.sparklines.SparklineParameters.HighlightTextMode
-
Packages that use SparklineParameters.HighlightTextMode Package Description org.gephi.utils.sparklines -
-
Uses of SparklineParameters.HighlightTextMode in org.gephi.utils.sparklines
Fields in org.gephi.utils.sparklines declared as SparklineParameters.HighlightTextMode Modifier and Type Field Description static SparklineParameters.HighlightTextModeSparklineParameters. DEFAULT_HIGHLIGHT_TEXT_MODEprivate SparklineParameters.HighlightTextModeSparklineParameters. highlightTextModeMethods in org.gephi.utils.sparklines that return SparklineParameters.HighlightTextMode Modifier and Type Method Description SparklineParameters.HighlightTextModeSparklineParameters. getHighlightTextMode()Return current HighlightTextModestatic SparklineParameters.HighlightTextModeSparklineParameters.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.Methods in org.gephi.utils.sparklines with parameters of type SparklineParameters.HighlightTextMode Modifier and Type Method Description private static StringSparklineGraph. buildHighlightText(SparklineParameters.HighlightTextMode highlightTextMode, Number x, Number y)voidSparklineParameters. setHighlightTextMode(SparklineParameters.HighlightTextMode highlightTextMode)Set HighlightTextModeConstructors in org.gephi.utils.sparklines with parameters of type SparklineParameters.HighlightTextMode Constructor 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 andHighlightTextMode.
-