com.metsci.glimpse.plot
Class ColorAxisPlot2D

java.lang.Object
  extended by com.metsci.glimpse.layout.GlimpseLayout
      extended by com.metsci.glimpse.layout.GlimpseAxisLayout2D
          extended by com.metsci.glimpse.plot.Plot2D
              extended by com.metsci.glimpse.plot.SimplePlot2D
                  extended by com.metsci.glimpse.plot.ColorAxisPlot2D
All Implemented Interfaces:
GlimpseTarget, GlimpseMouseListener, GlimpseMouseMotionListener, GlimpseMouseWheelListener, Mouseable, GlimpsePainter

public class ColorAxisPlot2D
extends SimplePlot2D

A SimplePlot2D with a right-side axis with a color scale in addition to x and y axes and a central plotting area.

Author:
ulman

Constructor Summary
ColorAxisPlot2D()
           
 
Method Summary
 void setColorScale(ColorTexture1D colorScale)
           
 java.lang.String toString()
           
 
Methods inherited from class com.metsci.glimpse.plot.SimplePlot2D
addPainter, addPainterOuter, getBorderPainter, getCrosshairPainter, getGridPainter, getLayoutCenter, removePainter, removePainterOuter, setBackgroundColor, setPlotBackgroundColor
 
Methods inherited from class com.metsci.glimpse.plot.Plot2D
addAxisListener, addGlimpseMouseAllListener, addGlimpseMouseListener, addGlimpseMouseMotionListener, addGlimpseMouseWheelListener, getAxis, getAxisPainterX, getAxisPainterY, getAxisPainterZ, getAxisX, getAxisY, getAxisZ, getLabelHandlerX, getLabelHandlerY, getLabelHandlerZ, getLayoutManager, getLayoutTitle, getLayoutX, getLayoutY, getLayoutZ, getTargetStackCenter, getTargetStackTitle, getTargetStackX, getTargetStackY, getTargetStackZ, lockAspectRatioXY, lockMaxX, lockMaxY, lockMaxZ, lockMinX, lockMinY, lockMinZ, removeGlimpseMouseAllListener, removeGlimpseMouseListener, removeGlimpseMouseMotionListener, removeGlimpseMouseWheelListener, setAbsoluteMaxX, setAbsoluteMaxY, setAbsoluteMaxZ, setAbsoluteMinX, setAbsoluteMinY, setAbsoluteMinZ, setAxisColor, setAxisFont, setAxisFont, setAxisLabelColor, setAxisLabelX, setAxisLabelX, setAxisLabelX, setAxisLabelY, setAxisLabelY, setAxisLabelY, setAxisLabelZ, setAxisLabelZ, setAxisLabelZ, setAxisSizeX, setAxisSizeY, setAxisSizeZ, setBorderSize, setMarkerWidthX, setMarkerWidthY, setMarkerWidthZ, setMaxX, setMaxY, setMaxZ, setMinorTickCount, setMinorTickCountX, setMinorTickCountY, setMinorTickCountZ, setMinX, setMinY, setMinZ, setSelectionSize, setShowAxisMarkerX, setShowAxisMarkerY, setShowAxisMarkerZ, setShowMinorTicks, setShowMinorTicksX, setShowMinorTicksY, setShowMinorTicksZ, setTickColor, setTickLabelColor, setTickSize, setTickSpacingX, setTickSpacingY, setTickSpacingZ, setTitle, setTitleColor, setTitleFont, setTitleFont, setTitleHeight, setUpdateModeXY, setUpdateModeZ, showTitle, unlockMaxX, unlockMaxY, unlockMaxZ, unlockMinX, unlockMinY, unlockMinZ, validate
 
Methods inherited from class com.metsci.glimpse.layout.GlimpseAxisLayout2D
clearCache, getAxis, getAxis, getAxisFactory, isAxisFactorySet, isAxisSet, setAxis, setAxis, setAxis, setAxisFactory
 
Methods inherited from class com.metsci.glimpse.layout.GlimpseLayout
addLayout, addLayout, addPainter, dispose, getGlimpseMouseListeners, getGlimpseMouseMotionListeners, getGlimpseMouseWheelListeners, getName, getTargetBounds, getTargetChildren, invalidateLayout, isDisposed, isEventConsumer, isEventGenerator, isVisible, layoutTo, layoutTo, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, paintTo, removeAllGlimpseListeners, removeLayout, setEventConsumer, setEventGenerator, setLayoutData, setLayoutManager, setLookAndFeel, setName, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorAxisPlot2D

public ColorAxisPlot2D()
Method Detail

setColorScale

public void setColorScale(ColorTexture1D colorScale)

toString

public java.lang.String toString()
Overrides:
toString in class SimplePlot2D


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