com.metsci.glimpse.examples.listener
Class MouseDrawingExample

java.lang.Object
  extended by com.metsci.glimpse.examples.listener.MouseDrawingExample
All Implemented Interfaces:
GlimpseLayoutProvider

public class MouseDrawingExample
extends java.lang.Object
implements GlimpseLayoutProvider

Demonstrates usage of a custom AxisMouseListener to paint onto a Glimpse plot.

Author:
ulman

Nested Class Summary
 class MouseDrawingExample.CustomMouseListener2D
           
 
Constructor Summary
MouseDrawingExample()
           
 
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

MouseDrawingExample

public MouseDrawingExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getLayout

public GlimpseLayout getLayout()
                        throws java.lang.Exception
Specified by:
getLayout in interface GlimpseLayoutProvider
Throws:
java.lang.Exception


Copyright © 2012 Metron, Inc.. All Rights Reserved.