AbstractLegacyLabel

interface AbstractLegacyLabel

AbstractLegacyLabel holds the properties of legacy labels of data classes: LegacyLabelInternal and LegacyLabel

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

color
Link copied to clipboard
open val color: String?
Text Color
fontSize
Link copied to clipboard
open val fontSize: Float?
How big to make the font.
height
Link copied to clipboard
open val height: Float?
By default this is the upper bounds of the Polygon.
margin
Link copied to clipboard
open val margin: Float?
The amount of space to leave before starting the text
scaleMin
Link copied to clipboard
open val scaleMin: Float?
The minimum percentage we can shrink the label to if it won't fit within the bounds at 100%.
scaleStep
Link copied to clipboard
open val scaleStep: Float?
How much to decrement the scale each time it doesn't fit, so we don't end up with too many different font sizes on screen at once.
text
Link copied to clipboard
abstract val text: String
Label text

Inheritors

MPIOptions
Link copied to clipboard
MPIOptions
Link copied to clipboard