Class AuxLine.Line<C extends ObjectIdentity>
Object
ObjectIdentity
BacklinkBuilder<C>
Line<C>
- Enclosing class:
AuxLine<C extends AbstractChartBuilder<C>>
public static class AuxLine.Line<C extends ObjectIdentity>
extends BacklinkBuilder<C>
A straight
AuxLine shape, y = yIntercept + steepness * x, obtained from
AuxLine.withLine() 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 TypeMethodDescriptionsetSteepness(String steepness) Sets the line's steepness, its slope.setYIntercept(String yIntercept) Sets the line's Y intercept, its Y value wherex = 0.Methods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
Line
-
-
Method Details
-
setYIntercept
Sets the line's Y intercept, its Y value wherex = 0.- Parameters:
yIntercept- the Y intercept value- Returns:
- this builder, for chaining further configuration
- See Also:
-
setSteepness
Sets the line's steepness, its slope.- Parameters:
steepness- the slope value- Returns:
- this builder, for chaining further configuration
- See Also:
-