TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drawutil.internal
Class DSymbolRegistry

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drawutil.internal.DSymbolRegistry

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DSymbolRegistry
extends java.lang.Object

A Canvas for a symbol registry, as for the moment their no way to extends/redefine (to be done), only jscrib defined symbol can be used.


Constructor Summary
DSymbolRegistry()
          Deprecated.  
 
Method Summary
static ISymbol GetCoreSymbol(java.lang.String name)
          Deprecated.  
static java.lang.String GetCoreSymbolName(ISymbol sym)
          Deprecated.  
static ISymbol GetCross()
          Deprecated.  
static ISymbol GetCross2()
          Deprecated.  
static ISymbol GetDiamond()
          Deprecated.  
static ISymbol GetDown()
          Deprecated.  
static ISymbol GetHexaCross()
          Deprecated.  
static ISymbol GetHexaCross2()
          Deprecated.  
static ISymbol GetHexagon()
          Deprecated.  
static ISymbol GetHTri2()
          Deprecated.  
static ISymbol GetLeft()
          Deprecated.  
static ISymbol GetMinus()
          Deprecated.  
static ISymbol GetMoonDown()
          Deprecated.  
static ISymbol GetMoonLeft()
          Deprecated.  
static ISymbol GetMoonRight()
          Deprecated.  
static ISymbol GetMoonUp()
          Deprecated.  
static ISymbol GetOval()
          Deprecated.  
static ISymbol GetOvalDot()
          Deprecated.  
static ISymbol GetPentagon()
          Deprecated.  
static ISymbol GetPlus()
          Deprecated.  
static ISymbol GetRight()
          Deprecated.  
static ISymbol GetSquare()
          Deprecated.  
static ISymbol GetSquare2()
          Deprecated.  
static ISymbol GetStar()
          Deprecated.  
static ISymbol GetUp()
          Deprecated.  
static ISymbol GetVTri2()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSymbolRegistry

public DSymbolRegistry()
Deprecated. 
Method Detail

GetCoreSymbol

public static ISymbol GetCoreSymbol(java.lang.String name)
Deprecated. 
Returns:
default (core) symbol corresponding to given name. or null if unknown.

GetSquare

public static ISymbol GetSquare()
Deprecated. 

GetOval

public static ISymbol GetOval()
Deprecated. 

GetOvalDot

public static ISymbol GetOvalDot()
Deprecated. 

GetUp

public static ISymbol GetUp()
Deprecated. 

GetDown

public static ISymbol GetDown()
Deprecated. 

GetLeft

public static ISymbol GetLeft()
Deprecated. 

GetRight

public static ISymbol GetRight()
Deprecated. 

GetPlus

public static ISymbol GetPlus()
Deprecated. 

GetMinus

public static ISymbol GetMinus()
Deprecated. 

GetDiamond

public static ISymbol GetDiamond()
Deprecated. 

GetMoonDown

public static ISymbol GetMoonDown()
Deprecated. 

GetMoonUp

public static ISymbol GetMoonUp()
Deprecated. 

GetMoonLeft

public static ISymbol GetMoonLeft()
Deprecated. 

GetMoonRight

public static ISymbol GetMoonRight()
Deprecated. 

GetSquare2

public static ISymbol GetSquare2()
Deprecated. 

GetStar

public static ISymbol GetStar()
Deprecated. 

GetPentagon

public static ISymbol GetPentagon()
Deprecated. 

GetHexagon

public static ISymbol GetHexagon()
Deprecated. 

GetHexaCross

public static ISymbol GetHexaCross()
Deprecated. 

GetHexaCross2

public static ISymbol GetHexaCross2()
Deprecated. 

GetCross

public static ISymbol GetCross()
Deprecated. 

GetCross2

public static ISymbol GetCross2()
Deprecated. 

GetHTri2

public static ISymbol GetHTri2()
Deprecated. 

GetVTri2

public static ISymbol GetVTri2()
Deprecated. 

GetCoreSymbolName

public static java.lang.String GetCoreSymbolName(ISymbol sym)
Deprecated. 
Returns:
name use for that symbol.

TPTP 4.5.0 Platform Project
Internal API Specification