rs.sol.soloist.server.guiconfiguration.layout
Class LayoutData.Unit

java.lang.Object
  extended by rs.sol.soloist.server.guiconfiguration.layout.LayoutData.Unit
Enclosing class:
LayoutData

Deprecated. Not for public use.

@Deprecated
public static class LayoutData.Unit
extends java.lang.Object


Constructor Summary
LayoutData.Unit()
          Deprecated.  
LayoutData.Unit(java.lang.String s)
          Deprecated.  
LayoutData.Unit(java.lang.String unit, double value)
          Deprecated.  
 
Method Summary
 LayoutData.Unit add(LayoutData.Unit other)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayoutData.Unit

public LayoutData.Unit()
Deprecated. 

LayoutData.Unit

public LayoutData.Unit(java.lang.String s)
Deprecated. 

LayoutData.Unit

public LayoutData.Unit(java.lang.String unit,
                       double value)
Deprecated. 
Method Detail

add

public LayoutData.Unit add(LayoutData.Unit other)
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object