com.metsci.glimpse.examples.layout
Class FloatingLayoutExample
java.lang.Object
com.metsci.glimpse.examples.layout.FloatingLayoutExample
- All Implemented Interfaces:
- GlimpseLayoutProvider
public class FloatingLayoutExample
- extends java.lang.Object
- implements GlimpseLayoutProvider
Demonstrates nesting of one Glimpse plot inside another. The inner Glimpse
plot is tied to a particular data location on the outer plot and moves
when the outer plot is panned or zoomed.
Further work is needed to encapsulate this behavior into easy-to-use helper
classes.
- Author:
- ulman
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatingLayoutExample
public FloatingLayoutExample()
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.