com.metsci.glimpse.examples.layout
Class MiniMapLayoutExample

java.lang.Object
  extended by com.metsci.glimpse.examples.layout.MiniMapLayoutExample
All Implemented Interfaces:
GlimpseLayoutProvider

public class MiniMapLayoutExample
extends java.lang.Object
implements GlimpseLayoutProvider

Demonstrates use of MinimapLayout to create a miniature navigation area for any plot. This navigation area can be used to re-center the main plot and displays a selection box indicating the axis bounds of the main plot.

Author:
ulman

Constructor Summary
MiniMapLayoutExample()
           
 
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

MiniMapLayoutExample

public MiniMapLayoutExample()
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.