|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CyTableFactory.InitialTableSize>
org.cytoscape.model.CyTableFactory.InitialTableSize
public static enum CyTableFactory.InitialTableSize
A description of the initial size of the table. Used only for the initial construction of the table and does not in any way limit the eventual size of the table!
Enum Constant Summary | |
---|---|
LARGE
Large - about 10,000 entries. |
|
MEDIUM
Medium - about 1000 entries. |
|
SMALL
Small - about 100 entries. |
Method Summary | |
---|---|
int |
getSize()
Returns the actual size value for the given enum. |
static CyTableFactory.InitialTableSize |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CyTableFactory.InitialTableSize[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CyTableFactory.InitialTableSize SMALL
public static final CyTableFactory.InitialTableSize MEDIUM
public static final CyTableFactory.InitialTableSize LARGE
Method Detail |
---|
public static CyTableFactory.InitialTableSize[] values()
for (CyTableFactory.InitialTableSize c : CyTableFactory.InitialTableSize.values()) System.out.println(c);
public static CyTableFactory.InitialTableSize valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getSize()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |