com.metsci.glimpse.examples.basic
Class EmptyPlotExample
java.lang.Object
com.metsci.glimpse.examples.basic.EmptyPlotExample
- All Implemented Interfaces:
- GlimpseLayoutProvider
public class EmptyPlotExample
- extends java.lang.Object
- implements GlimpseLayoutProvider
Demonstrates construction of a plot from scratch, starting with
an EmptyFrame and adding custom painters to create a basic plot
with no data.
This approach is a good one if the default painters that the
other frames in the com.metsci.glimpse.frame.swt package have
unwanted painters.
- Author:
- ulman
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyPlotExample
public EmptyPlotExample()
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.