|
 |
|
|
Uses of Class org.eclipse.gmf.gmfgraph.LineKind
Methods in
org.eclipse.gmf.gmfgraph that return
LineKind
|
static
LineKind
|
LineKind.
get
(int value)
Returns the '
Line Kind
' literal with the specified integer value |
static
LineKind
|
LineKind.
get
(java.lang.String literal)
Returns the '
Line Kind
' literal with the specified literal value |
static
LineKind
|
LineKind.
getByName
(java.lang.String name)
Returns the '
Line Kind
' literal with the specified name |
LineKind
|
Shape.
getLineKind
()
Returns the value of the '
Line Kind
' attribute. |
static
LineKind
|
LineKind.
valueOf
(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static
LineKind[]
|
LineKind.
values
()
Returns an array containing the constants of this enum type, in
the order they're declared. |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|
|