-
public final class GASurface
-
-
Field Summary
Fields Modifier and Type Field Description private final List<GACapability>capabilities
-
Constructor Summary
Constructors Constructor Description GASurface(List<GACapability> capabilities)
-
Method Summary
Modifier and Type Method Description final BooleanhasScreen()final BooleanhasAudio()final List<GACapability>component1()final GASurfacecopy(List<GACapability> capabilities)final List<GACapability>getCapabilities()-
-
Constructor Detail
-
GASurface
GASurface(List<GACapability> capabilities)
-
-
Method Detail
-
component1
final List<GACapability> component1()
-
copy
final GASurface copy(List<GACapability> capabilities)
-
getCapabilities
final List<GACapability> getCapabilities()
-
-
-
-