saaps.sapm
Class ElFluencePlot3.Axes.YLabel

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

class ElFluencePlot3.Axes.YLabel
extends java.lang.Object


Field Summary
private  java.lang.String[] labels
           
private  java.lang.String text
           
private  int textX
           
private  int textY
           
private  int[] x
           
private  int[] y
           
 
Constructor Summary
(package private) ElFluencePlot3.Axes.YLabel()
           
 
Method Summary
 void draw(java.awt.Graphics gr)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

labels

private java.lang.String[] labels

text

private java.lang.String text

x

private int[] x

y

private int[] y

textX

private int textX

textY

private int textY
Constructor Detail

ElFluencePlot3.Axes.YLabel

ElFluencePlot3.Axes.YLabel()
Method Detail

draw

public void draw(java.awt.Graphics gr)