JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
F
G
P
S
T
U
W
A
ASCIIGraph
- Class in
com.mitchtalmadge.asciidata.graph
A two-axis graph created entirely from ASCII characters.
ASCIITable
- Class in
com.mitchtalmadge.asciidata.table
A table created entirely from ASCII characters, such as pipes.
ASCIITableFormat
- Class in
com.mitchtalmadge.asciidata.table.formats
An ASCIITable Format using only ASCII characters.
ASCIITableFormat()
- Constructor for class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
C
com.mitchtalmadge.asciidata.graph
- package com.mitchtalmadge.asciidata.graph
com.mitchtalmadge.asciidata.graph.util
- package com.mitchtalmadge.asciidata.graph.util
com.mitchtalmadge.asciidata.table
- package com.mitchtalmadge.asciidata.table
com.mitchtalmadge.asciidata.table.formats
- package com.mitchtalmadge.asciidata.table.formats
F
fromData(String[], String[][])
- Static method in class com.mitchtalmadge.asciidata.table.
ASCIITable
Creates a new table using the given headers and data.
fromSeries(double[])
- Static method in class com.mitchtalmadge.asciidata.graph.
ASCIIGraph
Creates an ASCIIGraph instance from the given series.
G
getBottomEdgeBorderDivider()
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getBottomEdgeBorderDivider()
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getBottomEdgeBorderDivider()
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getBottomLeftCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getBottomLeftCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getBottomLeftCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getBottomRightCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getBottomRightCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getBottomRightCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getCross(boolean, boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getCross(boolean, boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getCross(boolean, boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getHorizontalBorderFill(boolean, boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getHorizontalBorderFill(boolean, boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getHorizontalBorderFill(boolean, boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getLeftEdgeBorderDivider(boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getLeftEdgeBorderDivider(boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getLeftEdgeBorderDivider(boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getMinAndMaxValues(double[])
- Static method in class com.mitchtalmadge.asciidata.graph.util.
SeriesUtils
From the series, determines the minimum and maximum values.
getRightEdgeBorderDivider(boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getRightEdgeBorderDivider(boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getRightEdgeBorderDivider(boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getTopEdgeBorderDivider()
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getTopEdgeBorderDivider()
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getTopEdgeBorderDivider()
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getTopLeftCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getTopLeftCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getTopLeftCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getTopRightCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getTopRightCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getTopRightCorner()
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
getVerticalBorderFill(boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
ASCIITableFormat
getVerticalBorderFill(boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
getVerticalBorderFill(boolean)
- Method in class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
P
plot()
- Method in class com.mitchtalmadge.asciidata.graph.
ASCIIGraph
Plots the graph and returns it as a String.
S
SeriesUtils
- Class in
com.mitchtalmadge.asciidata.graph.util
SeriesUtils()
- Constructor for class com.mitchtalmadge.asciidata.graph.util.
SeriesUtils
T
TableFormatAbstract
- Class in
com.mitchtalmadge.asciidata.table.formats
Determines the characters that make up an ASCIITable.
TableFormatAbstract()
- Constructor for class com.mitchtalmadge.asciidata.table.formats.
TableFormatAbstract
toString()
- Method in class com.mitchtalmadge.asciidata.table.
ASCIITable
U
UTF8TableFormat
- Class in
com.mitchtalmadge.asciidata.table.formats
The default, UTF-8 based table format for
ASCIITable
.
UTF8TableFormat()
- Constructor for class com.mitchtalmadge.asciidata.table.formats.
UTF8TableFormat
W
withNumRows(int)
- Method in class com.mitchtalmadge.asciidata.graph.
ASCIIGraph
Determines the number of rows in the graph.
withTableFormat(TableFormatAbstract)
- Method in class com.mitchtalmadge.asciidata.table.
ASCIITable
Changes the format of the table (how it will be displayed; which characters to use) to the provided format.
withTickFormat(DecimalFormat)
- Method in class com.mitchtalmadge.asciidata.graph.
ASCIIGraph
Determines how the ticks will be formatted.
withTickWidth(int)
- Method in class com.mitchtalmadge.asciidata.graph.
ASCIIGraph
Determines the minimum width of the ticks on the axis.
A
C
F
G
P
S
T
U
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017. All rights reserved.