public static enum CyTableFactory.InitialTableSize extends Enum<CyTableFactory.InitialTableSize>
Enum Constant and Description |
---|
LARGE
Large - about 10,000 entries.
|
MEDIUM
Medium - about 1000 entries.
|
SMALL
Small - about 100 entries.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CyTableFactory.InitialTableSize SMALL
public static final CyTableFactory.InitialTableSize MEDIUM
public static final CyTableFactory.InitialTableSize LARGE
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 nameNullPointerException
- if the argument is nullpublic int getSize()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.