- get3ClassPalette(PaletteUtils.Palette) - Static method in class org.gephi.utils.PaletteUtils
-
- getAllStatistics(Number[]) - Static method in class org.gephi.utils.StatisticsUtils
-
Calculates all statistics and returns them in a BigDecimal
numbers array.
- getAllStatistics(Collection<Number>) - Static method in class org.gephi.utils.StatisticsUtils
-
Calculates all statistics and returns them in a BigDecimal
numbers array.
- getAreaColor() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current areaColor.
- getAvailableCharsets() - Static method in class org.gephi.utils.CharsetToolkit
-
Retrieves all the available Charsets on the platform,
among which the default charset.
- getBackgroundColor() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current background color.
- getCharset() - Method in class org.gephi.utils.CharsetToolkit
-
- getColors() - Method in class org.gephi.utils.PaletteUtils.Palette
-
- getDefaultCharset() - Method in class org.gephi.utils.CharsetToolkit
-
Retrieves the default Charset
- getDefaultSystemCharset() - Static method in class org.gephi.utils.CharsetToolkit
-
Retrieve the default charset of the system.
- getDivergingPalettes() - Static method in class org.gephi.utils.PaletteUtils
-
- getEnforce8Bit() - Method in class org.gephi.utils.CharsetToolkit
-
Gets the enforce8Bit flag, in case we do not want to ever get a US-ASCII encoding.
- getHeight() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current height for the sparkline in pixels.
- getHighlightedValueXPosition() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current X position for highlighting the closest value.
- getHighlightMaxColor() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current highlightMaxColor.
- getHighlightMinColor() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current highlightMinColor.
- getHighlightTextBoxColor() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current color for the highlighted value text bounding box.
- getHighlightTextColor() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current color for the highlighted value text.
- getHighlightTextMode() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Return current HighlightTextMode
- getHighligtValueColor() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current color for the highlighted value.
- getLineColor() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current color for the sparkline line.
- getMax() - Method in class org.gephi.utils.TimeIntervalGraphics
-
- getMin() - Method in class org.gephi.utils.TimeIntervalGraphics
-
- getPositions() - Method in class org.gephi.utils.PaletteUtils.Palette
-
- getQualitativePalettes() - Static method in class org.gephi.utils.PaletteUtils
-
- getReader() - Method in class org.gephi.utils.CharsetToolkit
-
Gets a BufferedReader (indeed a LineNumberReader) from the File
specified in the constructor of CharsetToolkit using the charset discovered by the
method guessEncoding().
- getSequenceColors(int) - Static method in class org.gephi.utils.PaletteUtils
-
Return different colors.
- getSequencialPalettes() - Static method in class org.gephi.utils.PaletteUtils
-
- getTempDir() - Method in class org.gephi.utils.TempDirUtils.TempDir
-
- getValueAsText(Object) - Static method in class org.gephi.utils.Serialization
-
Converts any value to a serialized String.
- getValueAsText(Object, Class) - Static method in class org.gephi.utils.Serialization
-
Converts any value to a serialized String.
- getWidth() - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Returns current width for the sparkline in pixels.
- graphModel - Variable in class org.gephi.utils.Serialization
-
- guessEncoding() - Method in class org.gephi.utils.CharsetToolkit
-
Guess the encoding of the provided buffer.
- Serialization - Class in org.gephi.utils
-
Class for serialization utils such as writing any object value to a String and retrieving it by String + class name.
- Serialization() - Constructor for class org.gephi.utils.Serialization
-
- Serialization(GraphModel) - Constructor for class org.gephi.utils.Serialization
-
- setAreaColor(Color) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set color to fill the area under the line.
- setBackgroundColor(Color) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set background color.
- setDefaultCharset(Charset) - Method in class org.gephi.utils.CharsetToolkit
-
Defines the default Charset used in case the buffer represents
an 8-bit Charset.
- setDrawArea(boolean) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set draw area.
- setEnforce8Bit(boolean) - Method in class org.gephi.utils.CharsetToolkit
-
If US-ASCII is recognized, enforce to return the default encoding, rather than US-ASCII.
- setHeight(int) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set height for the sparkline in pixels.
- setHighlightedValueXPosition(Integer) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set a X position in pixels to find closest value in the sparkline and highlight it.
- setHighlightMaxColor(Color) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set color for the maximum value highlight, or null to draw no highlight.
- setHighlightMinColor(Color) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set color for the minimum value highlight, or null to draw no highlight.
- setHighlightTextBoxColor(Color) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set color for the highlighted value text bounding box, or null to draw no box.
- setHighlightTextColor(Color) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set color for the highlighted value text, or null to draw no text.
- setHighlightTextMode(SparklineParameters.HighlightTextMode) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set HighlightTextMode
- setHighligtValueColor(Color) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set color for the value highlight, magenta is used if it is null.
- setLineColor(Color) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set color for the sparkline line.
- setMax(double) - Method in class org.gephi.utils.TimeIntervalGraphics
-
- setMin(double) - Method in class org.gephi.utils.TimeIntervalGraphics
-
- setMinMax(double, double) - Method in class org.gephi.utils.TimeIntervalGraphics
-
- setTransparentBackground(boolean) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set transparent background.
- setWidth(int) - Method in class org.gephi.utils.sparklines.SparklineParameters
-
Set width for the sparkline in pixels.
- SKIP_LF - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
-
- slashSlashComments(boolean) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
-
Determines whether or not the tokenizer recognizes C++-style comments.
- slashSlashCommentsP - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
-
- slashStarComments(boolean) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
-
Determines whether or not the tokenizer recognizes C-style comments.
- slashStarCommentsP - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
-
- SparklineComponent - Class in org.gephi.utils.sparklines
-
Simple component that holds a SparklineGraph and auto-repaints it when mouse interaction happens if desired
(indicate it with updateMouseXPosition parameter in constructors).
- SparklineComponent(Number[], SparklineParameters, boolean) - Constructor for class org.gephi.utils.sparklines.SparklineComponent
-
- SparklineComponent(Number[], Number, Number, SparklineParameters, boolean) - Constructor for class org.gephi.utils.sparklines.SparklineComponent
-
- SparklineComponent(Number[], Number[], SparklineParameters, boolean) - Constructor for class org.gephi.utils.sparklines.SparklineComponent
-
- SparklineComponent(Number[], Number[], Number, Number, SparklineParameters, boolean) - Constructor for class org.gephi.utils.sparklines.SparklineComponent
-
- SparklineComponent.MouseEvents - Class in org.gephi.utils.sparklines
-
- SparklineGraph - Class in org.gephi.utils.sparklines
-
Class for drawing sparkline graphics.
- SparklineGraph() - Constructor for class org.gephi.utils.sparklines.SparklineGraph
-
- SparklineGraph.HighlightParameters - Class in org.gephi.utils.sparklines
-
- sparklineParameters - Variable in class org.gephi.utils.sparklines.SparklineComponent
-
- SparklineParameters - Class in org.gephi.utils.sparklines
-
Sparkline rendering settings:
Width and height of the graphic in pixels
Line color.
- SparklineParameters(int, int) - Constructor for class org.gephi.utils.sparklines.SparklineParameters
-
Create a simple sparkline parameters with only lines
- SparklineParameters(int, int, Color) - Constructor for class org.gephi.utils.sparklines.SparklineParameters
-
Create a simple sparkline parameters with only lines and a specific line color
- SparklineParameters(int, int, Color, Color) - Constructor for class org.gephi.utils.sparklines.SparklineParameters
-
Create a simple sparkline parameters with only lines and a specific line color and background color
- SparklineParameters(int, int, Color, Color, Color, Color) - Constructor for class org.gephi.utils.sparklines.SparklineParameters
-
Create a sparkline parameters specifying colors for line, background, and max/min highlight colors (no highlight if null)
- SparklineParameters(int, int, Color, Color, Color, Color, Integer) - Constructor for class org.gephi.utils.sparklines.SparklineParameters
-
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 default
highlight text and text box colors and default
HighlightTextMode.
- SparklineParameters(int, int, Color, Color, Color, Color, Integer, Color, Color, Color, SparklineParameters.HighlightTextMode) - Constructor for class org.gephi.utils.sparklines.SparklineParameters
-
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.
- SparklineParameters.HighlightTextMode - Enum in org.gephi.utils.sparklines
-
Defines what text is shown when highlightTextColor is not null.
- StatisticsUtils - Class in org.gephi.utils
-
Class with some statistics methods for calculating values such as the average, median, sum, max and min of a list of numbers.
- StatisticsUtils() - Constructor for class org.gephi.utils.StatisticsUtils
-
- StreamTokenizerWithMultilineLiterals - Class in org.gephi.utils
-
The StreamTokenizer class takes an input stream and
parses it into "tokens", allowing the tokens to be
read one at a time.
- StreamTokenizerWithMultilineLiterals() - Constructor for class org.gephi.utils.StreamTokenizerWithMultilineLiterals
-
Private constructor that initializes everything except the streams.
- StreamTokenizerWithMultilineLiterals(InputStream) - Constructor for class org.gephi.utils.StreamTokenizerWithMultilineLiterals
-
- StreamTokenizerWithMultilineLiterals(Reader) - Constructor for class org.gephi.utils.StreamTokenizerWithMultilineLiterals
-
Create a tokenizer that parses the given character stream.
- stringToHTMLString(String) - Static method in class org.gephi.utils.HTMLEscape
-
Escape html from a string to make it safe to show.
- sum(Number[]) - Static method in class org.gephi.utils.StatisticsUtils
-
Get sum of various numbers as a BigDecimal.
- sum(Collection<Number>) - Static method in class org.gephi.utils.StatisticsUtils
-
Get sum of various numbers as a BigDecimal.
- sum(BigDecimal[]) - Static method in class org.gephi.utils.StatisticsUtils
-
- sval - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
-
If the current token is a word token, this field contains a
string giving the characters of the word token.