A B C D E F G H I L M N O P Q R S T V W X Y 
All Classes All Packages

A

areaColor - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
Attributes - Class in org.gephi.utils
 
Attributes() - Constructor for class org.gephi.utils.Attributes
 
average(Number[]) - Static method in class org.gephi.utils.StatisticsUtils
Get average calculation of various numbers as a BigDecimal.
average(BigDecimal, BigDecimal) - Static method in class org.gephi.utils.StatisticsUtils
*********Private methods:**********
average(Collection<Number>) - Static method in class org.gephi.utils.StatisticsUtils
Get average calculation of various numbers as a BigDecimal.

B

backgroundColor - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
buf - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
buffer - Variable in class org.gephi.utils.CharsetToolkit
 
BUFFER_SIZE - Static variable in class org.gephi.utils.CharsetToolkit
 
buildHighlightText(SparklineParameters.HighlightTextMode, Number, Number) - Static method in class org.gephi.utils.sparklines.SparklineGraph
 

C

calculateMax(Number[]) - Static method in class org.gephi.utils.sparklines.SparklineGraph
 
calculateMin(Number[]) - Static method in class org.gephi.utils.sparklines.SparklineGraph
 
calculateRange() - Method in class org.gephi.utils.TimeIntervalGraphics
 
charset - Variable in class org.gephi.utils.CharsetToolkit
 
CharsetToolkit - Class in org.gephi.utils
Utility class to guess the encoding of a given text file.
CharsetToolkit(InputStream) - Constructor for class org.gephi.utils.CharsetToolkit
Constructor of the CharsetToolkit utility class.
color - Variable in class org.gephi.utils.sparklines.SparklineGraph.HighlightParameters
 
colors - Variable in class org.gephi.utils.PaletteUtils.Palette
 
commentChar(int) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Specified that the character argument starts a single-line comment.
createFile(String) - Method in class org.gephi.utils.TempDirUtils.TempDir
 
createTempDir() - Static method in class org.gephi.utils.TempDirUtils
 
createTempDirectory() - Static method in class org.gephi.utils.TempDirUtils
 
createTimeIntervalImage(double[], double[], int, int, Color, Color, Color) - Method in class org.gephi.utils.TimeIntervalGraphics
Creates a time interval graphic representation with the indicated fill, border and background colors (or null to use default colors).
createTimeIntervalImage(double, double, int, int) - Method in class org.gephi.utils.TimeIntervalGraphics
Creates a time interval graphic representation with default colors.
createTimeIntervalImage(double, double, int, int, Color, Color) - Method in class org.gephi.utils.TimeIntervalGraphics
Creates a time interval graphic representation with the indicated fill and border colors (or null to use default colors).
createTimeIntervalImage(double, double, int, int, Color, Color, Color) - Method in class org.gephi.utils.TimeIntervalGraphics
Creates a time interval graphic representation with the indicated fill and border colors (or null to use default colors).
CT_ALPHA - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
CT_COMMENT - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
CT_DIGIT - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
CT_QUOTE - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
CT_WHITESPACE - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
ctype - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 

D

DEFAULT_AREA_COLOR - Static variable in class org.gephi.utils.sparklines.SparklineParameters
 
DEFAULT_BACKGROUND_COLOR - Static variable in class org.gephi.utils.sparklines.SparklineParameters
 
DEFAULT_BORDER - Static variable in class org.gephi.utils.TimeIntervalGraphics
 
DEFAULT_FILL - Static variable in class org.gephi.utils.TimeIntervalGraphics
 
DEFAULT_HIGHLIGHT_TEXT_MODE - Static variable in class org.gephi.utils.sparklines.SparklineParameters
 
DEFAULT_HIGHLIGHT_VALUE_COLOR - Static variable in class org.gephi.utils.sparklines.SparklineParameters
 
DEFAULT_LINE_COLOR - Static variable in class org.gephi.utils.sparklines.SparklineParameters
 
DEFAULT_TEXT_BOX_COLOR - Static variable in class org.gephi.utils.sparklines.SparklineParameters
 
DEFAULT_TEXT_COLOR - Static variable in class org.gephi.utils.sparklines.SparklineParameters
 
defaultCharset - Variable in class org.gephi.utils.CharsetToolkit
 
draw(Number[], Number[], Number, Number, SparklineParameters) - Static method in class org.gephi.utils.sparklines.SparklineGraph
Draw a sparkline with x axis and y axis values, and pre-calculated min and max of the y axis values.
draw(Number[], Number[], SparklineParameters) - Static method in class org.gephi.utils.sparklines.SparklineGraph
Draw a sparkline with x axis and y axis values.
draw(Number[], Number, Number, SparklineParameters) - Static method in class org.gephi.utils.sparklines.SparklineGraph
Draw a sparkline only providing y axis values, and pre-calculated min and max of the y axis values.
draw(Number[], SparklineParameters) - Static method in class org.gephi.utils.sparklines.SparklineGraph
Draw a sparkline only providing y axis values (1 x tick per number assumed)
drawArea - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
drawHighlight(Graphics2D, float, float, Color) - Static method in class org.gephi.utils.sparklines.SparklineGraph
 

E

EMPTY_BYTE_ARRAY - Static variable in class org.gephi.utils.CharsetToolkit
 
enforce8Bit - Variable in class org.gephi.utils.CharsetToolkit
 
eolIsSignificant(boolean) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Determines whether or not ends of line are treated as tokens.
eolIsSignificantP - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
EPS - Static variable in class org.gephi.utils.NumberUtils
 
equals(double, double, double) - Static method in class org.gephi.utils.NumberUtils
 
equalsEpsilon(double, double) - Static method in class org.gephi.utils.NumberUtils
 

F

forceLower - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
fromText(String, Class) - Method in class org.gephi.utils.Serialization
 

G

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.

H

hasUTF16BEBom() - Method in class org.gephi.utils.CharsetToolkit
Has a Byte Order Marker for UTF-16 Big Endian (utf-16 and ucs-2).
hasUTF16LEBom() - Method in class org.gephi.utils.CharsetToolkit
Has a Byte Order Marker for UTF-16 Low Endian (ucs-2le, ucs-4le, and ucs-16le).
hasUTF8Bom() - Method in class org.gephi.utils.CharsetToolkit
Has a Byte Order Marker for UTF-8 (Used by Microsoft's Notepad and other editors).
hasXMLHeader() - Method in class org.gephi.utils.CharsetToolkit
 
height - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
HIGHLIGHT_RADIUS - Static variable in class org.gephi.utils.sparklines.SparklineGraph
 
highlightedValueXPosition - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
highlightMaxColor - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
highlightMinColor - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
HighlightParameters(float, float, Color) - Constructor for class org.gephi.utils.sparklines.SparklineGraph.HighlightParameters
 
highlightTextBoxColor - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
highlightTextColor - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
highlightTextMode - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
HighlightTextMode() - Constructor for enum org.gephi.utils.sparklines.SparklineParameters.HighlightTextMode
 
highligtValueColor - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
HTMLEscape - Class in org.gephi.utils
Class for escaping html of a String to show it in a hrml report without problems
HTMLEscape() - Constructor for class org.gephi.utils.HTMLEscape
 

I

initEvents() - Method in class org.gephi.utils.sparklines.SparklineComponent
 
input - Variable in class org.gephi.utils.CharsetToolkit
 
input - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
INSTANCE_WITHOUT_GRAPH_MODEL - Static variable in class org.gephi.utils.Serialization
 
isContinuationChar(byte) - Static method in class org.gephi.utils.CharsetToolkit
If the byte has the form 10xxxxx, then it's a continuation byte of a multiple byte character;
isDrawArea() - Method in class org.gephi.utils.sparklines.SparklineParameters
Checks if the area under the line is enabled.
isFiveBytesSequence(byte) - Static method in class org.gephi.utils.CharsetToolkit
If the byte has the form 11110xx, then it's the first byte of a five-bytes sequence character.
isFourBytesSequence(byte) - Static method in class org.gephi.utils.CharsetToolkit
If the byte has the form 11110xx, then it's the first byte of a four-bytes sequence character.
isIntervalType(Class<?>) - Static method in class org.gephi.utils.Attributes
 
isPrimitiveOrPrimitiveWrapper(Class<?>) - Static method in class org.gephi.utils.Serialization
 
isSixBytesSequence(byte) - Static method in class org.gephi.utils.CharsetToolkit
If the byte has the form 1110xxx, then it's the first byte of a six-bytes sequence character.
isThreeBytesSequence(byte) - Static method in class org.gephi.utils.CharsetToolkit
If the byte has the form 1110xxx, then it's the first byte of a three-bytes sequence character.
isTimestampType(Class<?>) - Static method in class org.gephi.utils.Attributes
 
isTransparentBackground() - Method in class org.gephi.utils.sparklines.SparklineParameters
Checks if transparent background is enabled.
isTwoBytesSequence(byte) - Static method in class org.gephi.utils.CharsetToolkit
If the byte has the form 110xxxx, then it's the first byte of a two-bytes sequence character.
isTypeAvailable(Class<?>, TimeRepresentation) - Static method in class org.gephi.utils.Attributes
 

L

lineColor - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
lineno() - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Return the current line number.
LINENO - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
The line number of the last token read
lowerCaseMode(boolean) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Determines whether or not word token are automatically lowercased.

M

max - Variable in class org.gephi.utils.TimeIntervalGraphics
 
maxValue(Number[]) - Static method in class org.gephi.utils.StatisticsUtils
Get the maximum value of an array of Number elements as a BigDecimal.
maxValue(BigDecimal[]) - Static method in class org.gephi.utils.StatisticsUtils
 
maxValue(Collection<Number>) - Static method in class org.gephi.utils.StatisticsUtils
Get the maximum value of a collection of Number elements as a BigDecimal.
median(Number[]) - Static method in class org.gephi.utils.StatisticsUtils
Calculate median of various numbers as a BigDecimal.
median(BigDecimal[]) - Static method in class org.gephi.utils.StatisticsUtils
 
median(BigDecimal[], int, int) - Static method in class org.gephi.utils.StatisticsUtils
 
median(Collection<Number>) - Static method in class org.gephi.utils.StatisticsUtils
Calculate median of various numbers as a BigDecimal.
min - Variable in class org.gephi.utils.TimeIntervalGraphics
 
minValue(Number[]) - Static method in class org.gephi.utils.StatisticsUtils
Get the minimum value of an array of Number elements as a BigDecimal.
minValue(BigDecimal[]) - Static method in class org.gephi.utils.StatisticsUtils
 
minValue(Collection<Number>) - Static method in class org.gephi.utils.StatisticsUtils
Get the minimum value of a collection of Number elements as a BigDecimal.
mouseEntered(MouseEvent) - Method in class org.gephi.utils.sparklines.SparklineComponent.MouseEvents
 
MouseEvents() - Constructor for class org.gephi.utils.sparklines.SparklineComponent.MouseEvents
 
mouseExited(MouseEvent) - Method in class org.gephi.utils.sparklines.SparklineComponent.MouseEvents
 
mouseMoved(MouseEvent) - Method in class org.gephi.utils.sparklines.SparklineComponent.MouseEvents
 

N

NEED_CHAR - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
nextToken() - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Parses the next token from the input stream of this tokenizer.
normalize(double) - Method in class org.gephi.utils.TimeIntervalGraphics
 
normalizeToRange(double) - Method in class org.gephi.utils.TimeIntervalGraphics
 
numbersArrayToSortedBigDecimalArray(Number[]) - Static method in class org.gephi.utils.StatisticsUtils
Takes an array of numbers of any type combination and returns an array with their BigDecimal equivalent numbers.
NumberUtils - Class in org.gephi.utils
 
NumberUtils() - Constructor for class org.gephi.utils.NumberUtils
 
nval - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
If the current token is a number, this field contains the value of that number.

O

ordinaryChar(int) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Specifies that the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
org.gephi.utils - package org.gephi.utils
 
org.gephi.utils.sparklines - package org.gephi.utils.sparklines
 

P

paintComponent(Graphics) - Method in class org.gephi.utils.sparklines.SparklineComponent
 
Palette(Color...) - Constructor for class org.gephi.utils.PaletteUtils.Palette
 
PaletteUtils - Class in org.gephi.utils
 
PaletteUtils() - Constructor for class org.gephi.utils.PaletteUtils
 
PaletteUtils.Palette - Class in org.gephi.utils
 
parseNumber(String, Class<T>) - Static method in class org.gephi.utils.NumberUtils
 
parseNumbers() - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Specifies that numbers should be parsed by this tokenizer.
parsePrimitiveOrWrapper(Class, String) - Static method in class org.gephi.utils.Serialization
 
peekc - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
The next character to be considered by the nextToken method.
pushBack() - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
pushedBack - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 

Q

quartile1(Number[]) - Static method in class org.gephi.utils.StatisticsUtils
Calculate first quartile (Q1) of various numbers as a BigDecimal.
quartile1(BigDecimal[]) - Static method in class org.gephi.utils.StatisticsUtils
 
quartile1(Collection<Number>) - Static method in class org.gephi.utils.StatisticsUtils
Calculate first quartile (Q1) of various numbers as a BigDecimal.
quartile3(Number[]) - Static method in class org.gephi.utils.StatisticsUtils
Calculate third quartile (Q3) of various numbers as a BigDecimal.
quartile3(BigDecimal[]) - Static method in class org.gephi.utils.StatisticsUtils
 
quartile3(Collection<Number>) - Static method in class org.gephi.utils.StatisticsUtils
Calculate third quartile (Q3) of various numbers as a BigDecimal.
quoteChar(int) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Specifies that matching pairs of this character delimit string constants in this tokenizer.

R

range - Variable in class org.gephi.utils.TimeIntervalGraphics
 
read() - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Read the next character
reader - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
readValueFromText(String, Class) - Static method in class org.gephi.utils.Serialization
Deserializes a serialized String of the given class.
readValueFromText(String, String) - Static method in class org.gephi.utils.Serialization
Deserializes a serialized String of the given class name.
resetSyntax() - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
reversePalette(PaletteUtils.Palette) - Static method in class org.gephi.utils.PaletteUtils
 

S

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[], 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, SparklineParameters, boolean) - Constructor for class org.gephi.utils.sparklines.SparklineComponent
 
SparklineComponent(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
Deprecated.
As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
   Reader r = new BufferedReader(new InputStreamReader(is));
   StreamTokenizer st = new StreamTokenizer(r);
 
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(BigDecimal[]) - Static method in class org.gephi.utils.StatisticsUtils
 
sum(Collection<Number>) - Static method in class org.gephi.utils.StatisticsUtils
Get sum of various numbers as a BigDecimal.
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.

T

tempDir - Variable in class org.gephi.utils.TempDirUtils.TempDir
 
TempDir(File) - Constructor for class org.gephi.utils.TempDirUtils.TempDir
 
TempDirUtils - Class in org.gephi.utils
 
TempDirUtils() - Constructor for class org.gephi.utils.TempDirUtils
 
TempDirUtils.TempDir - Class in org.gephi.utils
 
TimeIntervalGraphics - Class in org.gephi.utils
Class to draw time intervals as graphics, being able to indicate the colors to use (or default colors).
TimeIntervalGraphics(double, double) - Constructor for class org.gephi.utils.TimeIntervalGraphics
Create a new TimeIntervalGraphics with the given minimum and maximum times to render intervals later.
toString() - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Returns the string representation of the current stream token and the line number it occurs on.
toText(Object) - Method in class org.gephi.utils.Serialization
 
toText(Object, Class) - Method in class org.gephi.utils.Serialization
 
transparentBackground - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
TT_EOF - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
A constant indicating that the end of the stream has been read.
TT_EOL - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
A constant indicating that the end of the line has been read.
TT_NOTHING - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
 
TT_NUMBER - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
A constant indicating that a number token has been read.
TT_WORD - Static variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
A constant indicating that a word token has been read.
ttype - Variable in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
After a call to the nextToken method, this field contains the type of the token just read.

V

valueOf(String) - Static method in enum org.gephi.utils.sparklines.SparklineParameters.HighlightTextMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gephi.utils.sparklines.SparklineParameters.HighlightTextMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

whitespaceChars(int, int) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Specifies that all characters c in the range low <= c <= high are white space characters.
width - Variable in class org.gephi.utils.sparklines.SparklineParameters
 
wordChars(int, int) - Method in class org.gephi.utils.StreamTokenizerWithMultilineLiterals
Specifies that all characters c in the range low <= c <= high are word constituents.

X

x - Variable in class org.gephi.utils.sparklines.SparklineGraph.HighlightParameters
 
X_AND_Y_VALUES - org.gephi.utils.sparklines.SparklineParameters.HighlightTextMode
 
X_VALUES - org.gephi.utils.sparklines.SparklineParameters.HighlightTextMode
 
xValues - Variable in class org.gephi.utils.sparklines.SparklineComponent
 

Y

y - Variable in class org.gephi.utils.sparklines.SparklineGraph.HighlightParameters
 
Y_VALUES - org.gephi.utils.sparklines.SparklineParameters.HighlightTextMode
 
yMaxValue - Variable in class org.gephi.utils.sparklines.SparklineComponent
 
yMinValue - Variable in class org.gephi.utils.sparklines.SparklineComponent
 
yValues - Variable in class org.gephi.utils.sparklines.SparklineComponent
 
A B C D E F G H I L M N O P Q R S T V W X Y 
All Classes All Packages