saaps.sapm
Class ElFluencePlot3.Axes

java.lang.Object
  |
  +--saaps.sapm.ElFluencePlot3.Axes
Enclosing class:
ElFluencePlot3

class ElFluencePlot3.Axes
extends java.lang.Object


Inner Class Summary
(package private)  class ElFluencePlot3.Axes.XLabel
           
(package private)  class ElFluencePlot3.Axes.XTick
           
(package private)  class ElFluencePlot3.Axes.YLabel
           
(package private)  class ElFluencePlot3.Axes.YTick
           
 
Field Summary
(package private)  ElFluencePlot3.Axes.XLabel xLabel
           
(package private)  double[] xLim
           
(package private)  ElFluencePlot3.Axes.XTick xTick
           
(package private)  ElFluencePlot3.Axes.YLabel yLabel
           
(package private)  double[] yLim
           
(package private)  ElFluencePlot3.Axes.YTick yTick
           
 
Constructor Summary
(package private) ElFluencePlot3.Axes()
           
 
Method Summary
private  void draw(java.awt.Graphics g)
           
private  void drawBorder(java.awt.Graphics g)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

xLim

double[] xLim

yLim

double[] yLim

xTick

ElFluencePlot3.Axes.XTick xTick

yTick

ElFluencePlot3.Axes.YTick yTick

xLabel

ElFluencePlot3.Axes.XLabel xLabel

yLabel

ElFluencePlot3.Axes.YLabel yLabel
Constructor Detail

ElFluencePlot3.Axes

ElFluencePlot3.Axes()
Method Detail

draw

private void draw(java.awt.Graphics g)

drawBorder

private void drawBorder(java.awt.Graphics g)