|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.mdc.Identification
org.kemet.mdc.Line
public class Line
location : definition of line composed of cadrats.
| Constructor Summary | |
|---|---|
Line()
instantiate the line. |
|
| Method Summary | |
|---|---|
static void |
clear()
clear the instance list. |
static Line |
get(int index)
return the line from index. |
java.util.Vector |
getCadratList()
return the cadrat list. |
void |
setCadratList(java.util.Vector cadratList)
fix the cadrat list. |
static int |
size()
return size of the instance list. |
| Methods inherited from class org.kemet.mdc.Identification |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Line()
instantiate the line.
| Method Detail |
|---|
public static void clear()
clear the instance list.
public static int size()
return size of the instance list.
public void setCadratList(java.util.Vector cadratList)
fix the cadrat list.
cadratList - cadrat list to fixpublic java.util.Vector getCadratList()
return the cadrat list.
public static Line get(int index)
return the line from index.
index - line index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||