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_BACK

    Fields inherited from class ObjectIdentity

    classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity
  • Constructor Summary

    Constructors
    Constructor
    Description
    VerticalLine(C backLink, String instanceId, String classId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    setXValue(String xValue)
    Sets the X axis value the vertical line is drawn at.

    Methods inherited from class BacklinkBuilder

    back, getParent

    Methods inherited from class ObjectIdentity

    addInvocation, addInvocation, addInvocationInternal, getClassId

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VerticalLine

      public VerticalLine(C backLink, String instanceId, String classId)
  • Method Details

    • setXValue

      public AuxLine.VerticalLine<C> setXValue(String xValue)
      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