vsp
Class Box

java.lang.Object
  extended by vsp.Box

public class Box
extends java.lang.Object

Object for storing main information for disjunctive method

Author:
Jan Tichava

Field Summary
private  double a
           
private  double b
           
private  double c
           
 
Constructor Summary
Box(double a, double b, double c)
          Creates object
 
Method Summary
 double getA()
          Get left margin
 double getB()
          Get right margin
 double getC()
          Get height
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

private double a

b

private double b

c

private double c
Constructor Detail

Box

public Box(double a,
           double b,
           double c)
Creates object

Parameters:
a - left margin
b - right margin
c - height
Method Detail

getA

public double getA()
Get left margin

Returns:
the a

getB

public double getB()
Get right margin

Returns:
the b

getC

public double getC()
Get height

Returns:
the c