Class AuxLine.VerticalLine<C extends ObjectIdentity>
Object
ObjectIdentity
BacklinkBuilder<C>
VerticalLine<C>
- Enclosing class:
AuxLine<C extends AbstractChartBuilder<C>>
public static class AuxLine.VerticalLine<C extends ObjectIdentity>
extends BacklinkBuilder<C>
A single vertical
AuxLine shape at a fixed X axis value, obtained from
AuxLine.withVerticalLine() 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 TypeMethodDescriptionSets the X axis value the vertical line is drawn at.Methods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
VerticalLine
-
-
Method Details
-
setXValue
Sets the X axis value the vertical line is drawn at.- Parameters:
xValue- the X axis value to draw the vertical line at- Returns:
- this builder, for chaining further configuration
-