- GapAxis - Class in org.faceless.graph2
-
A type of Axis that can be used to put a "gap" in the middle of an
axis.
- GapAxis(Axis, double, double) - Constructor for class org.faceless.graph2.GapAxis
-
Create a new GapAxis which will skip values between the supplied parameters
- GeneralBarSeries - Class in org.faceless.graph2
-
The superclass for all types of series that involve plotting Bars to an
AxesGraph
.
- getAction(String, String) - Method in class org.faceless.graph2.tag.Embedder
-
Return the specified action for the specified key.
- getActionKeys() - Method in class org.faceless.graph2.tag.Embedder
-
Return the list of keys that have actions associated with them.
- getActualOffset() - Method in class org.faceless.graph2.Graph
-
Return the actual centre value used for this graph.
- getActualZoom() - Method in class org.faceless.graph2.Graph
-
Return the actual zoom value used for this graph.
- getAreas() - Method in class org.faceless.graph2.Output
-
Return a
Map
containing information about the areas used in the graph.
- getAttribute(String) - Method in class org.faceless.graph2.tag.Embedder
-
Get the specified non-standard attribute set on the
or tag,
or null if it doesn't exist
- getAttributes() - Method in class org.faceless.graph2.tag.Embedder
-
Get the list of non-standard attributes set on the
or tag.
- getAxis(int) - Method in class org.faceless.graph2.AxesGraph
-
Get the axis that's currently in the specified position on the graph.
- getCanvas() - Method in class org.faceless.graph2.tag.PDFEmbedder
-
Return the PDFCanvas that was generated by the XML.
- getCurrencyAxis(Locale) - Static method in class org.faceless.graph2.NumericAxis
-
Return a NumericAxis that formats it's values as currencies in
the specified locale.
- getData() - Method in class org.faceless.graph2.LineSeries
-
Return a
SortedMap
containing a copy of all the data
points of this LineSeries, where the X and Y values
are the Key and Value, stored as
Double
s.
- getDefaultResourceProvider(String) - Static method in class org.faceless.graph2.XMLGraph
-
- getEmbedderFactory(String) - Method in class org.faceless.graph2.tag.GraphContext
-
Get the EmbedderFactory that closest matches the specified type,
which may be a default EmbedderFactory if no direct match is
found.
- getFile(String, String) - Method in class org.faceless.graph2.tag.GraphContext
-
- getFileType(String, String) - Method in class org.faceless.graph2.tag.GraphContext
-
Return the MIME-type of the generated file saved with
putFile()
- getFlashOutput() - Method in class org.faceless.graph2.tag.FlashEmbedder
-
- getFloatingPointAxis() - Static method in class org.faceless.graph2.NumericAxis
-
Return a NumericAxis that formats it's values as real numbers
- getFloatingPointAxis(Locale) - Static method in class org.faceless.graph2.NumericAxis
-
Return a NumericAxis that formats it's values as integers in the specified Locale
- getFont(String) - Method in class org.faceless.graph2.tag.Embedder
-
Get the Font object matching the specified name, or
null
if it does not exist.
- getFonts() - Method in class org.faceless.graph2.tag.Embedder
-
Return the name of all the fonts specified as available for use with the Graph
- getFonts() - Method in class org.faceless.graph2.XMLGraph
-
Return the list of font names used in the graph.
- getForeignXML() - Method in class org.faceless.graph2.tag.Embedder
-
Get any XML that was included in the Graph XML from a different namespace
- getGraph() - Method in class org.faceless.graph2.tag.Embedder
-
Get the Graph this Embedder is operating on
- getGraph() - Method in class org.faceless.graph2.XMLGraph
-
- getGraphContext(ServletContext) - Static method in class org.faceless.graph2.tag.GraphContext
-
Retrieve the GraphContext object for the specified ServletContext.
- getGraphContext(ServletContext, HttpServletRequest) - Static method in class org.faceless.graph2.tag.GraphContext
-
Retrieve the GraphContext object for the specified context.
- getHeight() - Method in class org.faceless.graph2.tag.Embedder
-
Get the requested height of the Graph
- getHeight() - Method in class org.faceless.graph2.XMLGraph
-
Return the width of the graph, as specified in the XML with the height
attribute
- getId() - Method in class org.faceless.graph2.tag.Embedder
-
Get the ID for the object being created by this Embedder.
- getImage() - Method in class org.faceless.graph2.ImageOutput
-
- getImageOutput() - Method in class org.faceless.graph2.tag.PNGEmbedder
-
- getImageOutputStream() - Method in class org.faceless.graph2.tag.Embedder
-
Get the OutputStream object that the binary image file should be written to
- getImagePath() - Method in class org.faceless.graph2.tag.Embedder
-
Get the path that should be specified in the HTML to reference the image.
- getIntegerAxis() - Static method in class org.faceless.graph2.NumericAxis
-
Return a NumericAxis that formats it's values as integers
- getIntegerAxis(Locale) - Static method in class org.faceless.graph2.NumericAxis
-
Return a NumericAxis that formats it's values as integers in the specified Locale
- getLineSeries() - Method in class org.faceless.graph2.FunctionLineSeries
-
- getMIMEType() - Method in class org.faceless.graph2.tag.Embedder
-
- getMIMEType() - Method in class org.faceless.graph2.tag.FlashEmbedder
-
- getMIMEType() - Method in class org.faceless.graph2.tag.PDFEmbedder
-
- getMIMEType() - Method in class org.faceless.graph2.tag.PNGEmbedder
-
- getMIMEType() - Method in class org.faceless.graph2.tag.SVGEmbedder
-
- getName() - Method in class org.faceless.graph2.Series
-
Return the name of this series
- getPageResources() - Method in class org.faceless.graph2.tag.Embedder
-
Return the page resources - font names and URLs.
- getPageWriter() - Method in class org.faceless.graph2.tag.Embedder
-
Get the Writer object that the HTML should be written to
- getPaint(String) - Static method in class org.faceless.graph2.tag.Embedder
-
Given a String representing a color (eg #F0F0F0 or "red") , convert it to a Paint object
- getPaint(String) - Method in interface org.faceless.graph2.XMLGraphResourceProvider
-
Get a
Paint
object matching the specified string
- getPDF() - Method in class org.faceless.graph2.tag.PDFEmbedder
-
- getPDFFont(String) - Method in class org.faceless.graph2.tag.PDFEmbedder
-
Return the PDF font that is mapped to the specified font name.
- getProportion(String) - Method in class org.faceless.graph2.PieGraph
-
Return the proportion of the pie that the named slice occupies.
- getReducedColorImage(int, Color) - Method in class org.faceless.graph2.ImageOutput
-
- getRequestedFormat() - Method in class org.faceless.graph2.tag.EmbeddedXMLGraph
-
Return the "format" attribute from the XML.
- getRequestHandler(String) - Method in class org.faceless.graph2.tag.GraphContext
-
Get a RequestHandler that matches the specified type,
or null
if no matching handlers are found.
- getResourceProvider() - Method in class org.faceless.graph2.tag.Embedder
-
- getResourceProvider() - Method in class org.faceless.graph2.tag.PDFEmbedder
-
- getResources() - Method in class org.faceless.graph2.tag.GraphContext
-
Return a context-wide Map that can be used to save general resources
- getSeries(String) - Method in class org.faceless.graph2.AxesGraph
-
Return the series with the specified name from this AxesGraph, or
null
if no such series has been added yet
- getServletPath(ServletContext, HttpServletRequest, boolean) - Static method in class org.faceless.graph2.tag.GraphServlet
-
Get the base path that should be used to request a file from this servlet
to retrieve a file.
- getStyle(String, double[]) - Method in class org.faceless.graph2.GeneralBarSeries
-
Return a style appropriate for this name
- getSVGOutput() - Method in class org.faceless.graph2.tag.SVGEmbedder
-
- getTrace(String) - Method in class org.faceless.graph2.SVGOutput
-
Return the path taken by the specified line series.
- getWidth() - Method in class org.faceless.graph2.tag.Embedder
-
Get the requested width of the Graph
- getWidth() - Method in class org.faceless.graph2.XMLGraph
-
Return the width of the graph, as specified in the XML with the width
attribute
- Graph - Class in org.faceless.graph2
-
The abstract base class for all Graphs in the Big Faceless Graph Library version 2.x.
- Graph() - Constructor for class org.faceless.graph2.Graph
-
- GraphContext - Class in org.faceless.graph2.tag
-
The GraphContext is the equivalent of the
ServletContext
, and manages
the generated graphs, their resources and the Embedders/RequestHandlers that
are used to create and serve them.
- GraphServlet - Class in org.faceless.graph2.tag
-
This is the Servlet that processes web-service requests, and retrieves
images and/or other files created by the Tag Library or a RequestHandler.
- GraphServlet() - Constructor for class org.faceless.graph2.tag.GraphServlet
-
- GraphTool - Class in org.faceless.graph2
-
This class is the main class if the Jar is run directly.
- GraphTool() - Constructor for class org.faceless.graph2.GraphTool
-
- ScatterSeries - Class in org.faceless.graph2
-
The ScatterSeries allows you to draw a series which is entirely made up
of
Marker
objects and nothing else.
- ScatterSeries(String, String, double) - Constructor for class org.faceless.graph2.ScatterSeries
-
Create a new ScatterSeries
- Series - Class in org.faceless.graph2
-
The Series class is the abstract superclass for all types of data to be
plotted on an
AxesGraph
.
- Series(String) - Constructor for class org.faceless.graph2.Series
-
- set(String, double) - Method in class org.faceless.graph2.BarSeries
-
Add a bar to the series.
- set(String, double, double) - Method in class org.faceless.graph2.BarSeries
-
Add a bar to the series, which does not necessarily have to start at y=0
.
- set(String, double, double, double, double, double) - Method in class org.faceless.graph2.BoxWhiskerSeries
-
Add a box to the series.
- set(String, double, double, double, double, double, double, double) - Method in class org.faceless.graph2.BoxWhiskerSeries
-
Add a box to the series.
- set(double, double, double) - Method in class org.faceless.graph2.BubbleSeries
-
Add a simple, circular bubble to the graph.
- set(double, double, double, double, double, double) - Method in class org.faceless.graph2.BubbleSeries
-
Add an elliptic bubble to the graph with "range" markers.
- set(Date, double, double, double, double) - Method in class org.faceless.graph2.CandleSeries
-
Add a candle to the series.
- set(double, double) - Method in class org.faceless.graph2.LineSeries
-
Set a value on the graph.
- set(String, double) - Method in class org.faceless.graph2.PieGraph
-
Add a slice to the Pie.
- set(double, double) - Method in class org.faceless.graph2.ScatterSeries
-
Add a new marker at (x,y)
- set(double, double) - Method in class org.faceless.graph2.SplineSeries
-
Set a value on the graph.
- set(double, double) - Method in class org.faceless.graph2.TrendSeries
-
Set a value on the graph.
- setAlign(int) - Method in class org.faceless.graph2.TextStyle
-
Set the alignment of the text
- setAlternateAxis(int) - Method in class org.faceless.graph2.StripedPaint
-
For
back walls
, set the secondary axis
against which lines perpendicular to the stripes are drawn.
- setAutoColors(Color, Color) - Method in class org.faceless.graph2.Graph
-
Set the Graph to auto-generate colors for its data by adjusting the
hue, saturation and brightness between the two specified colors.
- setAxis(int, Axis) - Method in class org.faceless.graph2.AxesGraph
-
Set the specified axis.
- setAxis(int) - Method in class org.faceless.graph2.StripedPaint
-
For
back walls
, set the primary axis
which the stripes are against.
- setBackWallPaint(Paint) - Method in class org.faceless.graph2.AxesGraph
-
Set the paint to use on the back wall.
- setBackWallPaint(Paint[], Color, int, int, double[]) - Method in class org.faceless.graph2.AxesGraph
-
Set the paint to use on the back wall to a series of stripes.
- setBackWallPaint(StripedPaint) - Method in class org.faceless.graph2.AxesGraph
-
- setBarDepth(double) - Method in class org.faceless.graph2.GeneralBarSeries
-
Set the depth of each bar.
- setBarGap(double) - Method in class org.faceless.graph2.StackedBarSeries
-
Set the size of the gap between each bar.
- setBarLabels(TextStyle, NumberFormat) - Method in class org.faceless.graph2.GeneralBarSeries
-
Set a label on each bar.
- setBarsAtNoon(boolean) - Method in class org.faceless.graph2.DateAxis
-
When plotting a
GeneralBarSeries
against a DateAxis, whether
to center the bars on the tick, ie. midnight (false) or midway between
the tick and the next tick, ie. noon (true).
- setBarWidth(double) - Method in class org.faceless.graph2.CandleSeries
-
Set the width of each candle.
- setBarWidth(int) - Method in class org.faceless.graph2.DateAxis
-
When plotting bars against this axis, this method can be used to specify
the width of those bars.
- setBarWidth(double) - Method in class org.faceless.graph2.GeneralBarSeries
-
Set the width of each bar.
- setBarWidth(double, double) - Method in class org.faceless.graph2.GeneralBarSeries
-
Set the width of each bar.
- setBarWidth(double, double, double) - Method in class org.faceless.graph2.GeneralBarSeries
-
Set the width of each bar.
- setBarWidth(double) - Method in class org.faceless.graph2.MultiBarSeries
-
Set the width of each set of bars.
- setBorderColor(Color) - Method in class org.faceless.graph2.Style
-
Set the border color for this style
- setBoxed(boolean) - Method in class org.faceless.graph2.StripedPaint
-
When lines are being painted, set whether those lines should form a "box" around
the wall.
- setBrowserSniff(boolean) - Method in class org.faceless.graph2.tag.SVGEmbedder
-
Set whether to "sniff" the browser using JavaScript.
- setColor(String, Paint) - Method in class org.faceless.graph2.PieGraph
-
Set the color for the specified slice
- setColor(Paint) - Method in class org.faceless.graph2.Style
-
Set the color of this style
- setColorOrdering(String) - Method in class org.faceless.graph2.Graph
-
Set the order the auto-generated colors are used.
- setDash(double[]) - Method in class org.faceless.graph2.StripedPaint
-
Set the dash pattern to use when painting the stripes.
- setDefaultColors(Paint[]) - Method in class org.faceless.graph2.Graph
-
Set the default colors for the graph.
- setDefaultTextStyle(TextStyle) - Method in class org.faceless.graph2.Key
-
Set the default text style to use on the key.
- setDepth(double) - Method in class org.faceless.graph2.AbstractLineSeries
-
Set the depth of the line when viewed in 3D, as a proportion of the
width of the graph.
- setDepth(double) - Method in class org.faceless.graph2.PieGraph
-
Set the depth of the Pie when it's displayed in 3-D.
- setDetailLevel(int) - Method in class org.faceless.graph2.FlashOutput
-
Set the level of detail to draw.
- setDividerSize(int) - Method in class org.faceless.graph2.GapAxis
-
Set the size of the "squiggle" drawn at the point where the gap is.
- setDocumentLocator(Locator) - Method in class org.faceless.graph2.XMLGraph
-
- setDoughnut(double) - Method in class org.faceless.graph2.PieGraph
-
Set the size of the "hole in the doughnut".
- setExtend(String, double) - Method in class org.faceless.graph2.PieGraph
-
Extend the specified slice away from the center of the pie.
- setExtend(String, double, double, double) - Method in class org.faceless.graph2.PieGraph
-
Extend the specified slice away from the center of the pie, and set the
inner and outer radius of the slice.
- setFillPaint(Paint[]) - Method in class org.faceless.graph2.StripedPaint
-
Set the colors to stripe the wall.
- setFixedAspectRatio(boolean) - Method in class org.faceless.graph2.Graph
-
Whether this graph should have a fixed aspect ratio.
- setFixedSize(double, double, double) - Method in class org.faceless.graph2.Graph
-
When plotting a number of graphs that are supposed to be exactly
the same size, this method can be used to set the zoom, x and y
position to fixed values, rather than allowing the graph to be
autosized to fit.
- setFloatingPointX() - Method in class org.faceless.graph2.Series
-
- setFloatingPointY() - Method in class org.faceless.graph2.Series
-
- setFont(String, Font) - Method in class org.faceless.graph2.FlashOutput
-
Define a font for use in the movie.
- setFont(String, Font) - Method in class org.faceless.graph2.ImageOutput
-
Define a custom mapping from the specified font description
to the specified font.
- setFont(String, PDFFont) - Method in class org.faceless.graph2.PDFOutput
-
Define a custom font for use with this output class.
- setFont(String, double) - Method in class org.faceless.graph2.TextStyle
-
Set the font
- setHorizontalAdvance(int) - Method in class org.faceless.graph2.Key
-
Set the horizontal padding to place between each item on the same line
- setHorizontalScale(double, double, double, double) - Method in class org.faceless.graph2.AxesGraph
-
Change the scaling ratio for the horizontal axes.
- setLabel(String, TextStyle) - Method in class org.faceless.graph2.Axis
-
Set a label to be displayed next to the axis.
- setLabel(String, AbstractMarker, double) - Method in class org.faceless.graph2.PieGraph
-
Set the label of one of the slices in the pie.
- setLicenseKey(String) - Static method in class org.faceless.graph2.Graph
-
Set the license key for the library.
- setLightLevel(int) - Method in class org.faceless.graph2.Graph
-
Set the level of light (technically, the level of shade) that should
be applied to a graph.
- setLightVector(int, int, int) - Method in class org.faceless.graph2.Graph
-
Set the vector of where the light is coming from.
- setLineAxes(boolean, boolean) - Method in class org.faceless.graph2.StripedPaint
-
When lines are being painted, set which axes they should be painted on.
- setLineColor(Color) - Method in class org.faceless.graph2.StripedPaint
-
Set the color of the lines to be drawn between stripes.
- setLineDash(double[]) - Method in class org.faceless.graph2.Style
-
Set the line dashing for this style.
- setLineSeries(LineSeries) - Method in class org.faceless.graph2.FunctionLineSeries
-
Set the LineSeries that this function takes it's data from.
- setLineThickness(double) - Method in class org.faceless.graph2.StripedPaint
-
Set the thickness of lines to be drawn
- setLineThickness(double) - Method in class org.faceless.graph2.Style
-
Set the line thickness for this style. 1 is the default, 0.5 is half
as thick, and so on.
- setMargin(int, int, int, int) - Method in class org.faceless.graph2.ImageOutput
-
Set the margin between the graph and the edge of the image.
- setMargin(int) - Method in class org.faceless.graph2.Key
-
Set the margin around the Key.
- setMargin(int, int, int, int) - Method in class org.faceless.graph2.Key
-
Set the margin around the Key.
- setMaxDataPoints(int) - Method in class org.faceless.graph2.LineSeries
-
Set the maximum number of data points that will be drawn with this LineSeries.
- setMaxValue(double) - Method in class org.faceless.graph2.Axis
-
Set the maximum value to be plotted on the Axis.
- setMaxWidth(int) - Method in class org.faceless.graph2.Key
-
Set the maximum width of the Key box.
- setMetaData(String, String) - Method in class org.faceless.graph2.Graph
-
Set some descriptive text on the graph.
- setMinValue(double) - Method in class org.faceless.graph2.Axis
-
Set the minimum value to be plotted on the Axis.
- setName(String) - Method in class org.faceless.graph2.AbstractMarker
-
Set the name of this marker, so it can later be found through the
Output.getAreas()
method.
- setOption(String, String) - Method in class org.faceless.graph2.Graph
-
Set an option to fine-tune the graph's rendering.
- setOrder(List) - Method in class org.faceless.graph2.BarAxis
-
Set the order of the keys on the axis.
- setOtherSlice(String, double) - Method in class org.faceless.graph2.PieGraph
-
Create an "Other" slice, which can be used to group slices that
are too small to show useful information.
- setOverflow(boolean) - Method in class org.faceless.graph2.Style
-
Set whether any lines or markers in this style should
overflow the graph - if this is set, the item it is
set on will not contribute to the calculated dimensions
of the graph.
- setOverflow(boolean) - Method in class org.faceless.graph2.TextStyle
-
Set whether this text can overflow the edge of the graph.
- setPadding(int) - Method in class org.faceless.graph2.Key
-
Set the padding for the Key.
- setPadding(int, int, int, int) - Method in class org.faceless.graph2.Key
-
Set the padding for the Key.
- setPaddingBottom(double) - Method in class org.faceless.graph2.Image
-
Set the padding to the bottom of the image
- setPaddingBottom(double) - Method in class org.faceless.graph2.TextStyle
-
Set the padding to the bottom of the text
- setPaddingLeft(double) - Method in class org.faceless.graph2.Image
-
Set the padding to the left of the text
- setPaddingLeft(double) - Method in class org.faceless.graph2.TextStyle
-
Set the padding to the left of the text
- setPaddingRight(double) - Method in class org.faceless.graph2.Image
-
Set the padding to the right of the image
- setPaddingRight(double) - Method in class org.faceless.graph2.TextStyle
-
Set the padding to the right of the text
- setPaddingTop(double) - Method in class org.faceless.graph2.Image
-
Set the padding to the top of the image
- setPaddingTop(double) - Method in class org.faceless.graph2.TextStyle
-
Set the padding to the top of the text
- setPDFFont(String, PDFFont) - Method in class org.faceless.graph2.tag.PDFEmbedder
-
Map the specified fontname, which may appear in the XML, to the specified PDF font
- setPreAccumulated(boolean) - Method in class org.faceless.graph2.AreaSeries
-
Sets whether the values in the Line series have already been totaled up.
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.faceless.graph2.ImageOutput
-
Set a rendering hint for drawing the image.
- setResourceProvider(XMLGraphResourceProvider) - Method in class org.faceless.graph2.XMLGraph
-
- setRotate(double) - Method in class org.faceless.graph2.Marker
-
Set the rotation of this marker around its center, in degrees clockwise
- setRotate(int) - Method in class org.faceless.graph2.MarkerAxis
-
Set the rotation for each marker on the axis
- setRotate(double) - Method in class org.faceless.graph2.ScatterSeries
-
Set the optional rotation for the markers in the series, in degrees clockwise.
- setRotate(double) - Method in class org.faceless.graph2.TextStyle
-
Set the rotation of the text
- setRoundBars(boolean) - Method in class org.faceless.graph2.GeneralBarSeries
-
- setRoundBars(double) - Method in class org.faceless.graph2.GeneralBarSeries
-
By default bars are drawn as boxes, but by passing a non-zero value
to this method you can draw your bars as cylinders for a slightly different
effect - although as this generates more polygons it will result in longer
processing time and (for vector output formats like SVG or PDF), a bigger file.
- setSerifWidth(double) - Method in class org.faceless.graph2.BoxWhiskerSeries
-
Set the width of the "serif" at the end of the lines.
- setShoulderWidth(double) - Method in class org.faceless.graph2.BoxWhiskerSeries
-
Set the width of the "shoulder" of the box - the width of the box at the outer corner.
- setSliceSize(double) - Method in class org.faceless.graph2.DialGraph
-
Set the number of degrees each straight line makes up in a DialGraph.
- setSliceSize(double) - Method in class org.faceless.graph2.PieGraph
-
Set the number of degrees each straight line makes up in a PieGraph.
- setSpineStyle(Style) - Method in class org.faceless.graph2.Axis
-
Set the style used to draw the spine of the axis.
- setSteps(int) - Method in class org.faceless.graph2.FunctionLineSeries
-
Set the number of steps to plot this curve in.
- setStoreSize(int) - Method in class org.faceless.graph2.tag.GraphContext
-
Set the maximum number of pages to keep around before they're freed.
- setStretchEnds(double) - Method in class org.faceless.graph2.DateAxis
-
Determines whether to "stretch" the ends of the graph to the next useful
value.
- setStretchEnds(boolean) - Method in class org.faceless.graph2.NumericAxis
-
Whether to "stretch" the ends of the graph to a "useful" value or
not.
- setStyle(double, double, Style) - Method in class org.faceless.graph2.BubbleSeries
-
Set the style for the bubble at this position.
- setStyle(Date, Style) - Method in class org.faceless.graph2.CandleSeries
-
Set the style for a particular candle.
- setStyle(String, Style) - Method in class org.faceless.graph2.GeneralBarSeries
-
Set the style to use for a specific bar.
- setStyle(Style) - Method in class org.faceless.graph2.Marker
-
Set the style of this marker.
- setStyle(Style) - Method in class org.faceless.graph2.PieGraph
-
Set the overall style for the graph.
- setStyle(Style) - Method in class org.faceless.graph2.Series
-
Set the style (color) to plot this series with.
- setTextColor(Paint) - Method in class org.faceless.graph2.TextStyle
-
Set the color of the text
- setTexturePaintDPI(int) - Method in class org.faceless.graph2.PDFOutput
-
Set the resolution at which
TexturePaint
paints are supposed
to be converted to bitmap.
- setTimeZone(TimeZone) - Method in class org.faceless.graph2.DateAxis
-
Set the timezone in use for this date axis.
- setToothLength(double) - Method in class org.faceless.graph2.Axis
-
Set the length of the teeth that come off the spine of the axis.
- setToothTextStyle(TextStyle) - Method in class org.faceless.graph2.Axis
-
Set the style used to draw the labels on the teeth.
- setVerticalAdvance(int) - Method in class org.faceless.graph2.Key
-
Set the vertical padding to place between each line in the key
- setVerticalScale(double, double, double, double) - Method in class org.faceless.graph2.AxesGraph
-
Change the scaling ratio for the vertical axes.
- setWaistWidth(double) - Method in class org.faceless.graph2.BoxWhiskerSeries
-
Set the width of the "waist" of the box - the width of the box at the middle.
- setWallPaint(Paint) - Method in class org.faceless.graph2.Axis
-
Set the paint to be used on the wall next to this axis.
- setWallPaint(Paint[], Color, double[]) - Method in class org.faceless.graph2.Axis
-
Set the paint to be used on the wall next to this axis to a series of stripes.
- setWallPaint(StripedPaint) - Method in class org.faceless.graph2.Axis
-
- setWhiskerWidth(double) - Method in class org.faceless.graph2.BoxWhiskerSeries
-
Set the width of the "whisker" of the box.
- setXMLExtras(String, String) - Method in class org.faceless.graph2.SVGOutput
-
Add additional XML to the XVG object and/or additional attributes to the
<svg>
tag.
- setXRotation(double) - Method in class org.faceless.graph2.Graph
-
How far to rotate the graph around the X-axis (the line running from
the left of the graph to the right), in degrees clockwise.
- setYRotation(double) - Method in class org.faceless.graph2.Graph
-
How far to rotate the graph around the Y-axis (the line running from
the top of the graph to the bottom), in degrees clockwise.
- setZeroIntersection(boolean) - Method in class org.faceless.graph2.Axis
-
Whether this axis should cross it's adjacent axis where that axis is zero.
- setZRotation(double) - Method in class org.faceless.graph2.Graph
-
How far to rotate the graph around the Z-axis (the line running from
the front of the graph to the back), in degrees clockwise.
- spinestyle - Variable in class org.faceless.graph2.Axis
-
- SplineSeries - Class in org.faceless.graph2
-
A
SplineSeries
is very similar to a
LineSeries
class,
except that the line between the specified datapoints is "smoothed" by applying
a Spline curve.
- SplineSeries(String, double[][]) - Constructor for class org.faceless.graph2.SplineSeries
-
Create a new SplineSeries
- StackedBarSeries - Class in org.faceless.graph2
-
A StackedBarSeries creates a bar graph where the bars are stacked on top of each other.
- StackedBarSeries(String) - Constructor for class org.faceless.graph2.StackedBarSeries
-
Create a new StackedBarSeries
- startDocument() - Method in class org.faceless.graph2.tag.EmbeddedXMLGraph
-
- startElement(String, String, String, Attributes) - Method in class org.faceless.graph2.tag.EmbeddedXMLGraph
-
- startElement(String, String, String, Attributes) - Method in class org.faceless.graph2.XMLGraph
-
- steps(double, double) - Method in class org.faceless.graph2.Axis
-
The steps
method controls where the teeth are placed on the spine.
- steps(double, double) - Method in class org.faceless.graph2.BarAxis
-
- steps(double, double) - Method in class org.faceless.graph2.DateAxis
-
- steps(double, double) - Method in class org.faceless.graph2.NullAxis
-
- steps(double, double) - Method in class org.faceless.graph2.NumericAxis
-
Which steps between min and max should be marked with a tooth.
- steps(double, double) - Method in class org.faceless.graph2.ZAxis
-
- storeAreas(boolean) - Method in class org.faceless.graph2.Output
-
Whether to store the areas used by each object on the Graph.
- StripedPaint - Class in org.faceless.graph2
-
Manages the painting of "stripes" on the walls of an
AxesGraph
.
- StripedPaint() - Constructor for class org.faceless.graph2.StripedPaint
-
Create a new StripedPaint
- Style - Class in org.faceless.graph2
-
This class represents a style used to draw a graphic object, such as a bar, a line or
the graph key.
- Style(Paint) - Constructor for class org.faceless.graph2.Style
-
Create a new Style
- Style(Style) - Constructor for class org.faceless.graph2.Style
-
Create a new Style that's a clone of the specified style
- SVGEmbedder - Class in org.faceless.graph2.tag
-
This Embedder creates an SVG format Graph using the
SVGOutput
class, and embeds it in the HTML using the <object> and/or <embed> tags.
- SVGEmbedder() - Constructor for class org.faceless.graph2.tag.SVGEmbedder
-
- SVGOutput - Class in org.faceless.graph2
-
A subclass of
Output
which allows the finished Graph to be rendered to SVG.
- SVGOutput(int, int) - Constructor for class org.faceless.graph2.SVGOutput
-
Create a new SVGOutput
- SVGOutput(int, int, Paint) - Constructor for class org.faceless.graph2.SVGOutput
-
Create a new SVGOutput