TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drawutil.internal
Class ISymbol.Cross

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drawutil.internal.ISymbol.PolygonSymbol
      extended by org.eclipse.tptp.platform.report.drawutil.internal.ISymbol.GeneratedPolygonSymbol
          extended by org.eclipse.tptp.platform.report.drawutil.internal.ISymbol.Cross
All Implemented Interfaces:
ISymbol
Enclosing interface:
ISymbol

public static class ISymbol.Cross
extends ISymbol.GeneratedPolygonSymbol

Cross look like 4 triangles.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.tptp.platform.report.drawutil.internal.ISymbol
ISymbol.Cross, ISymbol.Cross2, ISymbol.Diamond, ISymbol.Down, ISymbol.GeneratedPolygonSymbol, ISymbol.Hexagon, ISymbol.HexagonCross, ISymbol.HexagonCross2, ISymbol.HTri2, ISymbol.Left, ISymbol.Minus, ISymbol.MoonDown, ISymbol.MoonLeft, ISymbol.MoonRight, ISymbol.MoonUp, ISymbol.Oval, ISymbol.OvalDot, ISymbol.Pentagon, ISymbol.Plus, ISymbol.PolygonSymbol, ISymbol.Right, ISymbol.Square, ISymbol.Square2, ISymbol.Star, ISymbol.Up, ISymbol.VTri2
 
Constructor Summary
ISymbol.Cross()
           
 
Method Summary
protected  double[] getGenerator()
           
 
Methods inherited from class org.eclipse.tptp.platform.report.drawutil.internal.ISymbol.GeneratedPolygonSymbol
FitGenerator, getPolygon
 
Methods inherited from class org.eclipse.tptp.platform.report.drawutil.internal.ISymbol.PolygonSymbol
contains, draw, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISymbol.Cross

public ISymbol.Cross()
Method Detail

getGenerator

protected double[] getGenerator()
Specified by:
getGenerator in class ISymbol.GeneratedPolygonSymbol

TPTP 4.6.0 Platform Project
Internal API Specification