|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.visual.LineType
@Deprecated public class LineType
This class is a replacement for the yFiles LineType class.
Field Summary | |
---|---|
static LineType |
DASHED_1
Deprecated. |
static LineType |
DASHED_2
Deprecated. |
static LineType |
DASHED_3
Deprecated. |
static LineType |
DASHED_4
Deprecated. |
static LineType |
DASHED_5
Deprecated. |
static LineType |
LINE_1
Deprecated. |
static LineType |
LINE_2
Deprecated. |
static LineType |
LINE_3
Deprecated. |
static LineType |
LINE_4
Deprecated. |
static LineType |
LINE_5
Deprecated. |
static LineType |
LINE_6
Deprecated. |
static LineType |
LINE_7
Deprecated. |
Constructor Summary | |
---|---|
LineType(LineStyle type,
Float width)
Deprecated. |
|
LineType(String name)
Deprecated. Creates a new LineType object. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Deprecated. DOCUMENT ME! |
String |
getName()
Deprecated. DOCUMENT ME! |
Stroke |
getStroke()
Deprecated. DOCUMENT ME! |
LineStyle |
getType()
Deprecated. DOCUMENT ME! |
float |
getWidth()
Deprecated. DOCUMENT ME! |
static LineType |
parseLineTypeText(String text)
Deprecated. This method converts the names of linetypes, such as from a visual mappings properties file, to a LineType object. |
String |
toString()
Deprecated. DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LineType LINE_1
public static final LineType LINE_2
public static final LineType LINE_3
public static final LineType LINE_4
public static final LineType LINE_5
public static final LineType LINE_6
public static final LineType LINE_7
public static final LineType DASHED_1
public static final LineType DASHED_2
public static final LineType DASHED_3
public static final LineType DASHED_4
public static final LineType DASHED_5
Constructor Detail |
---|
public LineType(String name)
name
- DOCUMENT ME!public LineType(LineStyle type, Float width)
Method Detail |
---|
public static LineType parseLineTypeText(String text)
public Stroke getStroke()
public String getName()
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
o
- DOCUMENT ME!
public float getWidth()
public LineStyle getType()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |