org.gwoptics.graphics.graph2D.effects
Class AxisColourmapEffect

java.lang.Object
  extended by org.gwoptics.graphics.graph2D.effects.AxisColourmapEffect
All Implemented Interfaces:
ITraceColourEffect
Direct Known Subclasses:
XAxisColourmapEffect, YAxisColourmapEffect

public abstract class AxisColourmapEffect
extends java.lang.Object
implements ITraceColourEffect

Since:
0.4.0
Author:
Daniel Brown 13/7/09

Constructor Summary
AxisColourmapEffect(IColourmap map)
           
 
Method Summary
 void setXAxisValues(int axisLength, float minValue, float maxValue)
          Accepts values relating to the axes the trace is being plotted on.
 void setYAxisValues(int axisLength, float minValue, float maxValue)
          Accepts values relating to the axes the trace is being plotted on.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gwoptics.graphics.graph2D.effects.ITraceColourEffect
getPixelColour
 

Constructor Detail

AxisColourmapEffect

public AxisColourmapEffect(IColourmap map)
Method Detail

setXAxisValues

public void setXAxisValues(int axisLength,
                           float minValue,
                           float maxValue)
Description copied from interface: ITraceColourEffect
Accepts values relating to the axes the trace is being plotted on.

Specified by:
setXAxisValues in interface ITraceColourEffect

setYAxisValues

public void setYAxisValues(int axisLength,
                           float minValue,
                           float maxValue)
Description copied from interface: ITraceColourEffect
Accepts values relating to the axes the trace is being plotted on.

Specified by:
setYAxisValues in interface ITraceColourEffect


processing library gwoptics by Daniel Brown and Andreas Freise. (c) 2009 onwards