ChordAnnotationFluent extension
Generated fluent modifiers for ChordAnnotation.
Methods
-
clearDashPattern(
) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Clears ChordAnnotation.dashPattern tonull. -
clearLabel(
) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Clears ChordAnnotation.label tonull. -
clearPerpendicularDashPattern(
) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Clears ChordAnnotation.perpendicularDashPattern tonull. -
clearPerpendicularElevation(
) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Clears ChordAnnotation.perpendicularElevation tonull. -
clearPerpendicularIndex(
) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Clears ChordAnnotation.perpendicularIndex tonull. -
clearPerpendicularLabel(
) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Clears ChordAnnotation.perpendicularLabel tonull. -
clearPerpendicularLabelStyle(
) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Clears ChordAnnotation.perpendicularLabelStyle tonull. -
clearPerpendicularLineColor(
) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Clears ChordAnnotation.perpendicularLineColor tonull. -
clearPerpendicularLineWidth(
) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Clears ChordAnnotation.perpendicularLineWidth tonull. -
updateStyle(
AnnotationStyle update(AnnotationStyle current)) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Rebuilds ChordAnnotation.style from its current value. -
withAllowDragging(
bool value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.allowDragging withvalue. -
withAllowEditing(
bool value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.allowEditing withvalue. -
withDashPattern(
List< double> value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.dashPattern withvalue. -
withElevation(
double value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.elevation withvalue. -
withEndpoints(
int startIndex, int endIndex) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.startIndex and ChordAnnotation.endIndex together. -
withLabel(
String value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.label withvalue. -
withLineColor(
Color value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.lineColor withvalue. -
withLineWidth(
double value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.lineWidth withvalue. -
withPerpendicularDashPattern(
List< double> value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.perpendicularDashPattern withvalue. -
withPerpendicularElevation(
double value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.perpendicularElevation withvalue. -
withPerpendicularIndex(
int value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.perpendicularIndex withvalue. -
withPerpendicularLabel(
String value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.perpendicularLabel withvalue. -
withPerpendicularLabelOffset(
Offset value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.perpendicularLabelOffset withvalue. -
withPerpendicularLabelStyle(
AnnotationStyle value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.perpendicularLabelStyle withvalue. -
withPerpendicularLineColor(
Color value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.perpendicularLineColor withvalue. -
withPerpendicularLineWidth(
double value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.perpendicularLineWidth withvalue. -
withSeriesId(
String value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.seriesId withvalue. -
withStyle(
AnnotationStyle value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.style withvalue. -
withZIndex(
int value) → ChordAnnotation -
Available on ChordAnnotation, provided by the ChordAnnotationFluent extension
Replaces ChordAnnotation.zIndex withvalue.