|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.drawutil.internal.ISymbol.Minus
public static class ISymbol.Minus
Minus, covering 1/3 of rectangle height.
| 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.Minus()
|
|
| Method Summary | |
|---|---|
boolean |
contains(IGC gc,
IRect rect,
int px,
int py)
|
void |
draw(IGC gc,
IRect rect)
Draw the symbol using igc's current pen and brush |
java.lang.String |
getId()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISymbol.Minus()
| Method Detail |
|---|
public void draw(IGC gc,
IRect rect)
ISymbol
draw in interface ISymbolgc - the graphic context used to draw the symbol.rect - the rectangle where the symbol must be drawn.
public boolean contains(IGC gc,
IRect rect,
int px,
int py)
contains in interface ISymbolgc - use this to get any info you want (as text extends ...)rect - bounding rectangle of the symbol.px - x coordinate of point to check.
public java.lang.String getId()
getId in interface ISymbol
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||