Uses of Class
org.faceless.graph.Style

Packages that use Style
org.faceless.graph Contains the basic classes for creating a Graph. 
org.faceless.graph.output Contains the classes for rendering a Graph to an output device. 
 

Uses of Style in org.faceless.graph
 

Methods in org.faceless.graph with parameters of type Style
 void AxesGraph.optionAxisStyle(Style val)
          What style to draw the principal axes for the graph in.
 void AxesGraph.optionFloorStyle(Style val)
          What style, if any, to draw the grid on the floor of the graph (either where y=0 or y=min(y) - see optionXAxisAtZero).
 void Graph.optionKeyBoxStyle(Style val)
          The Style to give to the box holding the external key.
 void Graph.optionKeyStyle(Style val)
          The Style to give to the text used in the external key Default: Black 10pt Helvetica
 void Graph.optionSubTitleStyle(Style val)
          The Style to give to the sub-title of the graph Default: Black 12pt Helvetica
 void Graph.optionTitleStyle(Style val)
          The Style to give to the title of the graph Default: Black 16pt Helvetica
 void AxesGraph.optionXAxisLabelStyle(Style val)
          Set the style to write the label for the X-Axis Default: Black 12pt Helvetica
 void AxesGraph.optionXAxisStyle(Style val)
          What Style to write the values on the X-Axis Default: Black 8pt Helvetica
 void AxesGraph.optionYAxisLabelStyle(Style val)
          Set the style to write the label for the Y-Axis Default: Black 12pt Helvetica
 void AxesGraph.optionYAxisStyle(Style val)
          What Style to write the values on the Y-Axis Default: Black 8pt Helvetica
 void AxesGraph.optionYWallStyle(Style val)
          What style, if any, to draw the grid on the Y-Wall of the graph (either where x=0 or x=min(x) - see optionYAxisAtZero).
 void AxesGraph.optionZAxisStyle(Style val)
          What Style to write the values on the Z-Axis Default: Black 8pt Helvetica
 void AxesGraph.optionZWallStyle(Style val)
          What style, if any, to draw the grid on the back or Z-Wall of the graph.
 

Uses of Style in org.faceless.graph.output
 

Methods in org.faceless.graph.output with parameters of type Style
 BoundingBox ImageOutput.getTextBox(String text, Style s)
           
abstract  BoundingBox Output.getTextBox(String text, Style style)
          Return the bounding box for given string in the specified style.
 BoundingBox PDF2Output.getTextBox(String text, Style s)
           
 BoundingBox PDFOutput.getTextBox(String text, Style s)
           
 void ImageOutput.text(String text, double x, double y, Style s)
           
abstract  void Output.text(String text, double x, double y, Style s)
          Draw a line of text at the specified position in the specified style.
 void PDF2Output.text(String text, double x, double y, Style s)
           
 void PDFOutput.text(String text, double x, double y, Style s)
           
 



Copyright © 2001-2012 Big Faceless Organization