RefPointF

Inheritance: java.lang.Object

public class RefPointF

Represents Out/Ref constructions for PointF struct

Constructors

ConstructorDescription
RefPointF(long value)Mimics Out/Ref parameter initialisation with given Value.

Methods

MethodDescription
get()Gets Out/Ref parameter Value Should be used after calling the method with Out/Ref constructions
set(long anotherValue)Sets Out/Ref parameter Value Should be used inside the method with Out/Ref constructions
toString()

RefPointF(long value)

public RefPointF(long value)

Mimics Out/Ref parameter initialisation with given Value. Should be used before calling the method with Out/Ref constructions

Parameters:

ParameterTypeDescription
valuelong

get()

public long get()

Gets Out/Ref parameter Value Should be used after calling the method with Out/Ref constructions

Returns: long

set(long anotherValue)

public long set(long anotherValue)

Sets Out/Ref parameter Value Should be used inside the method with Out/Ref constructions

Parameters:

ParameterTypeDescription
anotherValuelong

Returns: long

toString()

public String toString()

Returns: java.lang.String