zircon.core
/
org.hexworks.zircon.internal.util.rex
/
REXFile
jvm
R
E
X
File
data class
REXFile
(version:
Int
, numberOfLayers:
Int
, layers:
List
<
REXLayer
>)
Content copied to clipboard
Represents a REX Paint File, which contains version and
REXLayer
information.
Types
Constructors
Functions
Sources
Constructors
REXFile
Link copied to clipboard
jvm
fun
REXFile
(version:
Int
, numberOfLayers:
Int
, layers:
List
<
REXLayer
>)
Content copied to clipboard
Types
Companion
Link copied to clipboard
jvm
object
Companion
Content copied to clipboard
Functions
copy
Link copied to clipboard
jvm
fun
copy
(version:
Int
, numberOfLayers:
Int
, layers:
List
<
REXLayer
>):
REXFile
Content copied to clipboard
equals
Link copied to clipboard
jvm
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
getLayers
Link copied to clipboard
jvm
fun
getLayers
():
List
<
REXLayer
>
Content copied to clipboard
getNumberOfLayers
Link copied to clipboard
jvm
fun
getNumberOfLayers
():
Int
Content copied to clipboard
getVersion
Link copied to clipboard
jvm
fun
getVersion
():
Int
Content copied to clipboard
hashCode
Link copied to clipboard
jvm
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
jvm
open override fun
toString
():
String
Content copied to clipboard
Sources
(source)
Link copied to clipboard