korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.bitmap
/
NinePatchInfo
/
AxisInfo
Axis
Info
data
class
AxisInfo
(
val
ranges
:
List
<
Pair
<
Boolean
,
IntRange
>
>
,
val
totalLen
:
Int
)
Members
Constructors
Axis
Info
Link copied to clipboard
constructor
(
ranges
:
List
<
Pair
<
Boolean
,
IntRange
>
>
,
totalLen
:
Int
)
Properties
fixed
Len
Link copied to clipboard
val
fixedLen
:
Int
ranges
Link copied to clipboard
val
ranges
:
List
<
Pair
<
Boolean
,
IntRange
>
>
scaled
Len
Link copied to clipboard
val
scaledLen
:
Int
segments
Link copied to clipboard
val
segments
:
List
<
NinePatchInfo.AxisSegment
>
total
Len
Link copied to clipboard
val
totalLen
:
Int