|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.monitorenter.gui.chart.traces.painters.ATracePainter
org.sat4j.sat.visu.TracePainterCross
public class TracePainterCross
| Constructor Summary | |
|---|---|
TracePainterCross()
Creates an instance with a default cross size of 4. |
|
TracePainterCross(int crossSize)
Creates an instance with the given cross size. |
|
| Method Summary | |
|---|---|
void |
endPaintIteration(Graphics g2d)
|
boolean |
equals(Object obj)
|
int |
getCrossSize()
Returns the size of the cross to paint in pixel. |
int |
hashCode()
|
void |
paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
info.monitorenter.gui.chart.ITracePoint2D original)
|
void |
setPlusSize(int plusSize)
Sets the size of the crosses to paint in pixel. |
void |
startPaintIteration(Graphics g2d)
|
| Methods inherited from class info.monitorenter.gui.chart.traces.painters.ATracePainter |
|---|
compareTo, discontinue, getPreviousPoint, getPreviousX, getPreviousY |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TracePainterCross()
public TracePainterCross(int crossSize)
crossSize - the cross size in pixel to use.| Method Detail |
|---|
public void endPaintIteration(Graphics g2d)
endPaintIteration in interface info.monitorenter.gui.chart.IPointPainter<info.monitorenter.gui.chart.traces.painters.ATracePainter>endPaintIteration in class info.monitorenter.gui.chart.traces.painters.ATracePainterIPointPainter.endPaintIteration(java.awt.Graphics)public boolean equals(Object obj)
equals in class info.monitorenter.gui.chart.traces.painters.ATracePainterObject.equals(java.lang.Object)public int getCrossSize()
public int hashCode()
hashCode in class info.monitorenter.gui.chart.traces.painters.ATracePainterObject.hashCode()
public void paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
info.monitorenter.gui.chart.ITracePoint2D original)
paintPoint in interface info.monitorenter.gui.chart.IPointPainter<info.monitorenter.gui.chart.traces.painters.ATracePainter>paintPoint in class info.monitorenter.gui.chart.traces.painters.ATracePainterATracePainter.paintPoint(int,
int, int, int, java.awt.Graphics,
info.monitorenter.gui.chart.ITracePoint2D)public void setPlusSize(int plusSize)
crossSize - the size of the crosses to paint in pixel.public void startPaintIteration(Graphics g2d)
startPaintIteration in interface info.monitorenter.gui.chart.IPointPainter<info.monitorenter.gui.chart.traces.painters.ATracePainter>startPaintIteration in class info.monitorenter.gui.chart.traces.painters.ATracePainterATracePainter.startPaintIteration(java.awt.Graphics)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||