Class AuxLine.SteppedLine<C extends ObjectIdentity>
Object
ObjectIdentity
BacklinkBuilder<C>
SteppedLine<C>
- Enclosing class:
AuxLine<C extends AbstractChartBuilder<C>>
public static class AuxLine.SteppedLine<C extends ObjectIdentity>
extends BacklinkBuilder<C>
A piecewise
AuxLine shape defined by explicit (X, Y) points, obtained from
AuxLine.withSteppedLine() rather than instantiated directly.-
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACKFields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds one (X, Y) point the stepped line passes through.Methods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
SteppedLine
-
-
Method Details
-
addStep
Adds one (X, Y) point the stepped line passes through. Call this once per point, typically in X order.- Parameters:
x- the point's X axis valuey- the point's Y axis value- Returns:
- this builder, for chaining further points
-