public class AuxLine<ATTACHEDTO extends ObjectIdentity>
extends BacklinkBuilder<ATTACHEDTO>
Modifier and Type | Class and Description |
---|---|
static class |
AuxLine.Line<ATTACHEDTO extends ObjectIdentity> |
static class |
AuxLine.SteppedLine<ATTACHEDTO extends ObjectIdentity> |
static class |
AuxLine.VerticalLine<ATTACHEDTO extends ObjectIdentity> |
Constructor and Description |
---|
AuxLine(ATTACHEDTO backLink,
String instanceId,
String classId,
IdGenerator idGenerator,
Invocations<MethodInvocation> invocations) |
Modifier and Type | Method and Description |
---|---|
AuxLine<ATTACHEDTO> |
setColor(AuxLineColor color) |
AuxLine<ATTACHEDTO> |
setHideDataLabels(Boolean hideDataLabels) |
AuxLine<ATTACHEDTO> |
setLabel(String label) |
AuxLine<ATTACHEDTO> |
setShowInLegend(Boolean showInLegend) |
AuxLine.Line<AuxLine<ATTACHEDTO>> |
withLine() |
AuxLine.SteppedLine<AuxLine<ATTACHEDTO>> |
withSteppedLine() |
AuxLine.VerticalLine<AuxLine<ATTACHEDTO>> |
withVerticalLine() |
public AuxLine(ATTACHEDTO backLink, String instanceId, String classId, IdGenerator idGenerator, Invocations<MethodInvocation> invocations)
public AuxLine<ATTACHEDTO> setLabel(String label)
public AuxLine<ATTACHEDTO> setShowInLegend(Boolean showInLegend)
public AuxLine<ATTACHEDTO> setHideDataLabels(Boolean hideDataLabels)
public AuxLine.Line<AuxLine<ATTACHEDTO>> withLine()
public AuxLine.SteppedLine<AuxLine<ATTACHEDTO>> withSteppedLine()
public AuxLine.VerticalLine<AuxLine<ATTACHEDTO>> withVerticalLine()
public AuxLine<ATTACHEDTO> setColor(AuxLineColor color)
Copyright © 2017. All rights reserved.