zircon.core
/
org.hexworks.zircon.api.behavior
/
Sizeable
common
Sizeable
interface
Sizeable
Content copied to clipboard
Represents an object which has bounds (eg:
size
)
Functions
Properties
Sources
Inheritors
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
height
Link copied to clipboard
common
open val
height
:
Int
Content copied to clipboard
size
Link copied to clipboard
common
abstract val
size
:
Size
Content copied to clipboard
width
Link copied to clipboard
common
open val
width
:
Int
Content copied to clipboard
Inheritors
HasSize
Link copied to clipboard
Sources
(source)
Link copied to clipboard