com.metsci.glimpse.examples.basic
Class FunctionPlotExample
java.lang.Object
com.metsci.glimpse.examples.basic.FunctionPlotExample
- All Implemented Interfaces:
- GlimpseLayoutProvider
public class FunctionPlotExample
- extends java.lang.Object
- implements GlimpseLayoutProvider
Demonstrates construction of a simple Glimpse plot without the labeled axes,
a plot title, or any of the other extras which other Glimpse plots provide. Also
demonstrates usage of the NumericXYAxisPainter to paint "floating" X and Y axes
on the plot surface itself.
- Author:
- ulman
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionPlotExample
public FunctionPlotExample()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
getLayout
public GlimpseLayout getLayout()
- Specified by:
getLayout
in interface GlimpseLayoutProvider
Copyright © 2012 Metron, Inc.. All Rights Reserved.