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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuxLine.Line<C>
setSteepness(String steepness)
AuxLine.Line<C>
setYIntercept(String yIntercept)
-
-
-
Method Detail
-
setYIntercept
public AuxLine.Line<C> setYIntercept(String yIntercept)
-
setSteepness
public AuxLine.Line<C> setSteepness(String steepness)
-
-