littlekt
0.6.0
common
core
/
com.lehaine.littlekt.util.packer
/
BaseBin
Base
Bin
abstract
class
BaseBin
:
Bin
Constructors
Functions
Properties
Inheritors
Constructors
Base
Bin
Link copied to clipboard
fun
BaseBin
(
)
Functions
add
Link copied to clipboard
abstract
fun
add
(
rect
:
BinRect
)
:
BinRect
?
fun
add
(
width
:
Int
,
height
:
Int
)
:
BinRect
?
clone
Link copied to clipboard
abstract
fun
clone
(
)
:
BaseBin
repack
Link copied to clipboard
abstract
fun
repack
(
)
:
List
<
BinRect
>
reset
Link copied to clipboard
abstract
fun
reset
(
deepReset
:
Boolean
=
false
)
Properties
data
Link copied to clipboard
open
override
val
data
:
Map
<
String
,
Any
>
dirty
Link copied to clipboard
var
dirty
:
Boolean
free
Rects
Link copied to clipboard
abstract
val
freeRects
:
List
<
BinRect
>
height
Link copied to clipboard
abstract
val
height
:
Int
max
Height
Link copied to clipboard
open
val
maxHeight
:
Int
max
Width
Link copied to clipboard
open
val
maxWidth
:
Int
options
Link copied to clipboard
abstract
val
options
:
PackingOptions
rects
Link copied to clipboard
abstract
val
rects
:
List
<
BinRect
>
width
Link copied to clipboard
abstract
val
width
:
Int
Inheritors
MaxRectsBin
Link copied to clipboard
OversizedElementBin
Link copied to clipboard