metricsOverlay.model.mappings
Class MappingProperties

java.lang.Object
  extended by metricsOverlay.model.mappings.MappingProperties

Deprecated.

@Deprecated
public class MappingProperties
extends java.lang.Object

A class to manage the properties of a mapping.

Version:
28/6/2009
Author:
Matthew Harward

Field Summary
static java.lang.String CHIPPOSITION
          Deprecated.  
static java.lang.String COLOR
          Deprecated.  
static java.lang.String NUMCHIPS
          Deprecated.  
static java.lang.String ONLEFT
          Deprecated.  
static java.lang.String SHAPE
          Deprecated.  
static java.lang.String ULINE_DOUBLE
          Deprecated.  
static java.lang.String ULINE_LINK
          Deprecated.  
static java.lang.String ULINE_SINGLE
          Deprecated.  
static java.lang.String ULINE_SQUIGGLE
          Deprecated.  
static java.lang.String UNDERLINETYPE
          Deprecated.  
 
Method Summary
 void addProperty(java.lang.String name, java.lang.String value)
          Deprecated. Adds a property, given a name and value.
 java.util.Map<java.lang.String,java.lang.String> getAllProperties()
          Deprecated. Returns a modifiable map for the mapping.
 java.lang.String getProperty(java.lang.String name)
          Deprecated. Gets a property by name.
 java.lang.String toString()
          Deprecated. Returns a string representation of the properties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COLOR

public static final java.lang.String COLOR
Deprecated. 
See Also:
Constant Field Values

ONLEFT

public static final java.lang.String ONLEFT
Deprecated. 
See Also:
Constant Field Values

NUMCHIPS

public static final java.lang.String NUMCHIPS
Deprecated. 
See Also:
Constant Field Values

CHIPPOSITION

public static final java.lang.String CHIPPOSITION
Deprecated. 
See Also:
Constant Field Values

SHAPE

public static final java.lang.String SHAPE
Deprecated. 
See Also:
Constant Field Values

UNDERLINETYPE

public static final java.lang.String UNDERLINETYPE
Deprecated. 
See Also:
Constant Field Values

ULINE_LINK

public static final java.lang.String ULINE_LINK
Deprecated. 
See Also:
Constant Field Values

ULINE_SQUIGGLE

public static final java.lang.String ULINE_SQUIGGLE
Deprecated. 
See Also:
Constant Field Values

ULINE_SINGLE

public static final java.lang.String ULINE_SINGLE
Deprecated. 
See Also:
Constant Field Values

ULINE_DOUBLE

public static final java.lang.String ULINE_DOUBLE
Deprecated. 
See Also:
Constant Field Values
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String name)
Deprecated. 
Gets a property by name.

Parameters:
name - the name of the property
Returns:
the value of the property

addProperty

public void addProperty(java.lang.String name,
                        java.lang.String value)
Deprecated. 
Adds a property, given a name and value. This name and value need to be valid.

Parameters:
name - the name of the property to add.
value - the corresponding value.

getAllProperties

public java.util.Map<java.lang.String,java.lang.String> getAllProperties()
Deprecated. 
Returns a modifiable map for the mapping.

Returns:
the map.

toString

public java.lang.String toString()
Deprecated. 
Returns a string representation of the properties

Overrides:
toString in class java.lang.Object