public class TracePainterDisc extends TracePainterConfigurable<PointPainterDisc>
ITracePoint2D
to show.
m_pointPainter
Constructor and Description |
---|
TracePainterDisc()
Creates an instance with a default disc size of 4.
|
TracePainterDisc(int discSize)
Creates an instance with the given disc size.
|
Modifier and Type | Method and Description |
---|---|
int |
getDiscSize()
Returns the diameter of the discs to paint in pixel.
|
void |
setDiscSize(int discSize)
Sets the diameter of the discs to paint in pixel.
|
calculateMaxX, calculateMaxY, calculateMinX, calculateMinY, compareTo, endPaintIteration, equals, getPointPainter, hashCode, isAdditionalSpaceRequiredX, isAdditionalSpaceRequiredY, isPixelTransformationNeededX, isPixelTransformationNeededY, paintPoint, startPaintIteration
compareTo, discontinue, getPreviousPoint, getPreviousX, getPreviousY
public TracePainterDisc()
public TracePainterDisc(int discSize)
discSize
- the disc size in pixel to use.public int getDiscSize()
public void setDiscSize(int discSize)
discSize
- the diameter of the discs to paint in pixel.Copyright © 2018. All rights reserved.