zircon.core
/
org.hexworks.zircon.api.behavior
/
HasSize
common
Has
Size
interface
HasSize
:
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 override val
height
:
Int
Content copied to clipboard
size
Link copied to clipboard
common
abstract override val
size
:
Size
Content copied to clipboard
width
Link copied to clipboard
common
open override val
width
:
Int
Content copied to clipboard
Inheritors
Boundable
Link copied to clipboard
TileComposite
Link copied to clipboard
Sources
(source)
Link copied to clipboard