|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.man.bioinf.sequence.geom.SequenceAlignmentDimension
SequenceAlignmentDimension.java Represents a dimension within a SA. It is not a vast amount of use without a point of reference (SequenceAlignmentPoint).
Created: Mon Mar 27 12:01:25 2000
Constructor Summary | |
SequenceAlignmentDimension()
|
|
SequenceAlignmentDimension(int w,
int h)
|
|
SequenceAlignmentDimension(SequenceAlignmentDimension dim)
|
Method Summary | |
boolean |
equals(Object obj)
Ascertains the equality of a given dimension to this object. |
int |
getHeight()
Returns the height of this dimension. |
SequenceAlignmentDimension |
getSize()
Returns the dimensions of this dimension (que????). |
int |
getWidth()
Returns the width of this dimension. |
void |
resize(int w,
int h)
Allows the resize of the dimension |
void |
setSize(int w,
int h)
Sets the size of the dimension. |
void |
setSize(SequenceAlignmentDimension dim)
Sets the size of the dimension. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SequenceAlignmentDimension()
public SequenceAlignmentDimension(int w, int h)
public SequenceAlignmentDimension(SequenceAlignmentDimension dim)
Method Detail |
public boolean equals(Object obj)
equals
in class Object
obj
- the dimension
public void setSize(int w, int h)
w
- the width of the dimensionh
- the height of the dimensionpublic void setSize(SequenceAlignmentDimension dim)
dim
- a value of type 'SequenceAlignmentDimension'public void resize(int w, int h)
w
- the new width of the dimensionh
- the new height of the dimensionpublic SequenceAlignmentDimension getSize()
public int getWidth()
public int getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |