Uses of Interface
com.metsci.glimpse.support.settings.LookAndFeel

Packages that use LookAndFeel
com.metsci.glimpse.axis.painter Painters which display the state of an axis with tick marks, labels, color scales, and other decorations. 
com.metsci.glimpse.canvas Heavy weight canvases on which all Glimpse rendering is performed. 
com.metsci.glimpse.charts.vector.painter   
com.metsci.glimpse.context Data structures and classes for describing the current Glimpse rendering context. 
com.metsci.glimpse.layout Provides a MigLayout-based framework for partitioning a GlimpseCanvas into multiple logical drawing areas. 
com.metsci.glimpse.painter.adapter Adapter painter which wrap OpenGL code written for different drawing interfaces, allowing such code to be used inside Glimpse. 
com.metsci.glimpse.painter.base The GlimpsePainter interface as well as abstract implementations which make it simpler to write common types of GlimpsePainters. 
com.metsci.glimpse.painter.decoration Painters which draw decorative elements of plots (usually unrelated to the data). 
com.metsci.glimpse.painter.group Aggregate painters which group multiple GlimpsePainters. 
com.metsci.glimpse.painter.info Painters which draw informational overlays. 
com.metsci.glimpse.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. 
com.metsci.glimpse.support.settings Defines key value pairs of look and feel settings for GlimpsePainters. 
com.metsci.glimpse.swt.canvas   
com.metsci.glimpse.swt.misc   
 

Uses of LookAndFeel in com.metsci.glimpse.axis.painter
 

Methods in com.metsci.glimpse.axis.painter with parameters of type LookAndFeel
 void NumericAxisPainter.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.canvas
 

Methods in com.metsci.glimpse.canvas with parameters of type LookAndFeel
 void SwingGlimpseCanvas.setLookAndFeel(LookAndFeel laf)
           
 void OffscreenGlimpseCanvas.setLookAndFeel(LookAndFeel laf)
          Deprecated.  
 void FrameBufferGlimpseCanvas.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.charts.vector.painter
 

Methods in com.metsci.glimpse.charts.vector.painter with parameters of type LookAndFeel
 void EncChartPainter.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.context
 

Methods in com.metsci.glimpse.context with parameters of type LookAndFeel
 void GlimpseTarget.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.layout
 

Methods in com.metsci.glimpse.layout with parameters of type LookAndFeel
 void GlimpseLayoutDelegate.setLookAndFeel(LookAndFeel laf)
           
 void GlimpseLayout.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.painter.adapter
 

Methods in com.metsci.glimpse.painter.adapter with parameters of type LookAndFeel
 void GLSimpleListenerPainter.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.painter.base
 

Methods in com.metsci.glimpse.painter.base with parameters of type LookAndFeel
 void GlimpsePainterImpl.setLookAndFeel(LookAndFeel laf)
           
 void GlimpsePainter.setLookAndFeel(LookAndFeel laf)
          Sets display options for the painter based on the provided LookAndFeel.
 

Uses of LookAndFeel in com.metsci.glimpse.painter.decoration
 

Methods in com.metsci.glimpse.painter.decoration with parameters of type LookAndFeel
 void CrosshairPainter.setLookAndFeel(LookAndFeel laf)
           
 void BackgroundPainter.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.painter.group
 

Methods in com.metsci.glimpse.painter.group with parameters of type LookAndFeel
 void DelegatePainter.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.painter.info
 

Methods in com.metsci.glimpse.painter.info with parameters of type LookAndFeel
 void SimpleTextPainter.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.plot
 

Methods in com.metsci.glimpse.plot with parameters of type LookAndFeel
 void MultiAxisPlot2D.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.support.settings
 

Classes in com.metsci.glimpse.support.settings that implement LookAndFeel
 class AbstractLookAndFeel
           
 class DefaultLookAndFeel
           
 class SwingLookAndFeel
           
 

Uses of LookAndFeel in com.metsci.glimpse.swt.canvas
 

Methods in com.metsci.glimpse.swt.canvas with parameters of type LookAndFeel
 void SwtGlimpseCanvas.setLookAndFeel(LookAndFeel laf)
           
 void SwtBridgeGlimpseCanvas.setLookAndFeel(LookAndFeel laf)
           
 

Uses of LookAndFeel in com.metsci.glimpse.swt.misc
 

Classes in com.metsci.glimpse.swt.misc that implement LookAndFeel
 class SwtLookAndFeel
           
 



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