com.metsci.glimpse.examples.basic
Class FunctionPlotExample

java.lang.Object
  extended by 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

Nested Class Summary
static interface FunctionPlotExample.Function1D
           
static class FunctionPlotExample.Function1DPainter
           
 
Constructor Summary
FunctionPlotExample()
           
 
Method Summary
 GlimpseLayout getLayout()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionPlotExample

public FunctionPlotExample()
Method Detail

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.