Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual
Class LineType

java.lang.Object
  extended by cytoscape.visual.LineType
All Implemented Interfaces:
Serializable

Deprecated. Will be removed 5/2008. Use LineStyle and LineWidth instead.

@Deprecated
public class LineType
extends Object
implements Serializable

This class is a replacement for the yFiles LineType class.

See Also:
Serialized Form

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

LINE_1

public static final LineType LINE_1
Deprecated. 

LINE_2

public static final LineType LINE_2
Deprecated. 

LINE_3

public static final LineType LINE_3
Deprecated. 

LINE_4

public static final LineType LINE_4
Deprecated. 

LINE_5

public static final LineType LINE_5
Deprecated. 

LINE_6

public static final LineType LINE_6
Deprecated. 

LINE_7

public static final LineType LINE_7
Deprecated. 

DASHED_1

public static final LineType DASHED_1
Deprecated. 

DASHED_2

public static final LineType DASHED_2
Deprecated. 

DASHED_3

public static final LineType DASHED_3
Deprecated. 

DASHED_4

public static final LineType DASHED_4
Deprecated. 

DASHED_5

public static final LineType DASHED_5
Deprecated. 
Constructor Detail

LineType

public LineType(String name)
Deprecated. 
Creates a new LineType object.

Parameters:
name - DOCUMENT ME!

LineType

public LineType(LineStyle type,
                Float width)
Deprecated. 
Method Detail

parseLineTypeText

public 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.


getStroke

public Stroke getStroke()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getName

public String getName()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

toString

public String toString()
Deprecated. 
DOCUMENT ME!

Overrides:
toString in class Object
Returns:
DOCUMENT ME!

equals

public boolean equals(Object o)
Deprecated. 
DOCUMENT ME!

Overrides:
equals in class Object
Parameters:
o - DOCUMENT ME!
Returns:
DOCUMENT ME!

getWidth

public float getWidth()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

getType

public LineStyle getType()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

www.cytoscape.org