|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvsp.Box
public class Box
Object for storing main information for disjunctive method
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 |
---|
private double a
private double b
private double c
Constructor Detail |
---|
public Box(double a, double b, double c)
a
- left marginb
- right marginc
- heightMethod Detail |
---|
public double getA()
public double getB()
public double getC()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |