Uses of Class
com.metsci.glimpse.axis.UpdateMode

Packages that use UpdateMode
com.metsci.glimpse.axis Provides classes for managing the display area of GlimpsePainter instances. 
com.metsci.glimpse.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. 
 

Uses of UpdateMode in com.metsci.glimpse.axis
 

Methods in com.metsci.glimpse.axis that return UpdateMode
 UpdateMode Axis1D.getUpdateMode()
           
static UpdateMode UpdateMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UpdateMode[] UpdateMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metsci.glimpse.axis with parameters of type UpdateMode
static Axis2D AxisUtil.createAxis2D(GlimpseAxisLayout2D layout, Axis2D parentAxis, UpdateMode mode, double minX, double maxX, double minY, double maxY)
           
static Axis1D AxisUtil.createHorizontalAxis(GlimpseAxisLayout1D layout, Axis1D parentAxis, UpdateMode mode)
           
static Axis1D AxisUtil.createHorizontalAxis(GlimpseAxisLayout1D layout, UpdateMode mode)
           
static Axis1D AxisUtil.createHorizontalAxis(GlimpseAxisLayout1D layout, UpdateMode mode, double min, double max)
           
static Axis1D AxisUtil.createVerticalAxis(GlimpseAxisLayout1D layout, Axis1D parentAxis, UpdateMode mode)
           
static Axis1D AxisUtil.createVerticalAxis(GlimpseAxisLayout1D layout, UpdateMode mode)
           
static Axis1D AxisUtil.createVerticalAxis(GlimpseAxisLayout1D layout, UpdateMode mode, double min, double max)
           
 void Axis1D.setUpdateMode(UpdateMode mode)
          Sets the UpdateMode of this axis.
 

Uses of UpdateMode in com.metsci.glimpse.plot
 

Methods in com.metsci.glimpse.plot with parameters of type UpdateMode
 void Plot2D.setUpdateModeXY(UpdateMode mode)
           
 void Plot2D.setUpdateModeZ(UpdateMode mode)
           
 



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