|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.calc.objects.BorderList
public class BorderList
Class Description: This class acts as border list. It takes the border index from the border itself
Field Summary | |
---|---|
protected java.util.ArrayList<Border> |
borders
|
Constructor Summary | |
---|---|
BorderList()
Create a new border list |
Method Summary | |
---|---|
void |
clear()
Clear the list |
java.lang.Object |
clone()
Clone Implementation |
Border |
getBorder(int borderIndex)
Retrieve a border with the given index from the list |
void |
setBorder(Border border)
Set a new border in the list. |
int |
size()
Retrieve the number of borders in the list |
java.lang.Object[] |
toArray()
Convert this list to an array of borders |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.ArrayList<Border> borders
Constructor Detail |
---|
public BorderList()
Method Detail |
---|
public void clear()
public java.lang.Object clone()
clone
in class java.lang.Object
public Border getBorder(int borderIndex)
borderIndex
-
public void setBorder(Border border)
border,
- the border to setpublic int size()
public java.lang.Object[] toArray()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |