Cytoscape 2.8.0 API

cytoscape.data.readers
Enum GMLTag

java.lang.Object
  extended by java.lang.Enum<GMLTag>
      extended by cytoscape.data.readers.GMLTag
All Implemented Interfaces:
Serializable, Comparable<GMLTag>

public enum GMLTag
extends Enum<GMLTag>


Enum Constant Summary
ARROW
           
ARROW_BOTH
           
ARROW_FIRST
           
ARROW_LAST
           
ARROW_NONE
           
CREATOR
           
CURVED_LINES
           
DIAMOND
           
EDGE
           
ELLIPSE
           
FILL
           
GRAPH
           
GRAPHICS
           
H
           
HEXAGON
           
ID
           
LABEL
           
LINE
           
NODE
           
OCTAGON
           
OUTLINE
           
OUTLINE_WIDTH
           
PARALLELOGRAM
           
POINT
           
RECTANGLE
           
ROOT_INDEX
           
SOURCE
           
SOURCE_ARROW
           
STRAIGHT_LINES
           
TARGET
           
TARGET_ARROW
           
TRIANGLE
           
TYPE
           
VERSION
           
W
           
WIDTH
           
X
           
Y
           
 
Method Summary
 String toString()
          DOCUMENT ME!
static GMLTag valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GMLTag[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

GRAPH

public static final GMLTag GRAPH

NODE

public static final GMLTag NODE

EDGE

public static final GMLTag EDGE

GRAPHICS

public static final GMLTag GRAPHICS

LABEL

public static final GMLTag LABEL

SOURCE

public static final GMLTag SOURCE

TARGET

public static final GMLTag TARGET

X

public static final GMLTag X

Y

public static final GMLTag Y

H

public static final GMLTag H

W

public static final GMLTag W

TYPE

public static final GMLTag TYPE

ID

public static final GMLTag ID

ROOT_INDEX

public static final GMLTag ROOT_INDEX

RECTANGLE

public static final GMLTag RECTANGLE

ELLIPSE

public static final GMLTag ELLIPSE

LINE

public static final GMLTag LINE

POINT

public static final GMLTag POINT

DIAMOND

public static final GMLTag DIAMOND

HEXAGON

public static final GMLTag HEXAGON

OCTAGON

public static final GMLTag OCTAGON

PARALLELOGRAM

public static final GMLTag PARALLELOGRAM

TRIANGLE

public static final GMLTag TRIANGLE

FILL

public static final GMLTag FILL

WIDTH

public static final GMLTag WIDTH

STRAIGHT_LINES

public static final GMLTag STRAIGHT_LINES

CURVED_LINES

public static final GMLTag CURVED_LINES

SOURCE_ARROW

public static final GMLTag SOURCE_ARROW

TARGET_ARROW

public static final GMLTag TARGET_ARROW

ARROW

public static final GMLTag ARROW

ARROW_NONE

public static final GMLTag ARROW_NONE

ARROW_FIRST

public static final GMLTag ARROW_FIRST

ARROW_LAST

public static final GMLTag ARROW_LAST

ARROW_BOTH

public static final GMLTag ARROW_BOTH

OUTLINE

public static final GMLTag OUTLINE

OUTLINE_WIDTH

public static final GMLTag OUTLINE_WIDTH

VERSION

public static final GMLTag VERSION

CREATOR

public static final GMLTag CREATOR
Method Detail

values

public static GMLTag[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GMLTag c : GMLTag.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GMLTag valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
DOCUMENT ME!

Overrides:
toString in class Enum<GMLTag>
Returns:
DOCUMENT ME!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.