Class Axis

java.lang.Object
   |
   +----Axis

public class Axis
extends Object

Variable Index

 o max
 o min

Constructor Index

 o Axis(int, int)

Method Index

 o max()
 o min()
 o range()

Variables

 o min
 protected int min
 o max
 protected int max

Constructors

 o Axis
 public Axis(int min,
             int max)

Methods

 o min
 public int min()
 o max
 public int max()
 o range
 public int range()