CurveProperty

class CurveProperty(val name: String, var curveType: ChartType = ChartType.LINE, var pointType: PointType = PointType.NONE, var fillType: Double? = null, color: Color, var width: Double = 2.0, var dash: DoubleArray? = null, master: MasterCurveState = MasterCurveState.NONE, scalePosition: ScalePosition = ScalePosition.LEFT, autoFormat: Boolean = true, afterComma: Int = 3, var gridState: GridState = GridState.NONE, var autoGrid: Boolean = true, var stepBefore: Double = 10.0, var stepAfter: Double = 10.0, var center: Double = 0.0, val archive: Boolean = false, var linked: Boolean = false, var style: MutableList<CurveStyle> = mutableListOf(), var minY: Double = 0.0, var maxY: Double = 10.0, var scaleY: Double = 1.0, var pointImagePath: String? = null, var pointRadius: Double = 3.0, var referenceValue: Double = 0.0, var pointFill: Color = color, var pointOutline: Color = color, val dp: String, var setId: Int = -1, val area: Int = 1)

Constructors

Link copied to clipboard
constructor(name: String, curveType: ChartType = ChartType.LINE, pointType: PointType = PointType.NONE, fillType: Double? = null, color: Color, width: Double = 2.0, dash: DoubleArray? = null, master: MasterCurveState = MasterCurveState.NONE, scalePosition: ScalePosition = ScalePosition.LEFT, autoFormat: Boolean = true, afterComma: Int = 3, gridState: GridState = GridState.NONE, autoGrid: Boolean = true, stepBefore: Double = 10.0, stepAfter: Double = 10.0, center: Double = 0.0, archive: Boolean = false, linked: Boolean = false, style: MutableList<CurveStyle> = mutableListOf(), minY: Double = 0.0, maxY: Double = 10.0, scaleY: Double = 1.0, pointImagePath: String? = null, pointRadius: Double = 3.0, referenceValue: Double = 0.0, pointFill: Color = color, pointOutline: Color = color, dp: String, setId: Int = -1, area: Int = 1)

Properties

Link copied to clipboard
Link copied to clipboard
val afterCommaProperty: SimpleObjectProperty<Int>
Link copied to clipboard
val archive: Boolean = false
Link copied to clipboard
val area: Int = 1
Link copied to clipboard
Link copied to clipboard
val autoFormatProperty: SimpleBooleanProperty
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var color: Color
Link copied to clipboard
val colorProperty: SimpleObjectProperty<Color>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val dp: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val masterProperty: SimpleObjectProperty<MasterCurveState>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var pointFill: Color
Link copied to clipboard
Link copied to clipboard
var pointOutline: Color
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scalePositionProperty: SimpleObjectProperty<ScalePosition>
Link copied to clipboard
Link copied to clipboard
var setId: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard