JxrPlatformAdapter.Dimensions


public class JxrPlatformAdapter.Dimensions


The dimensions of a UI element in meters.

Summary

Public fields

float
float
float

Public constructors

Dimensions(float width, float height, float depth)

Public methods

String

Public fields

depth

Added in 1.0.0-alpha01
public float depth

height

Added in 1.0.0-alpha01
public float height

width

Added in 1.0.0-alpha01
public float width

Public constructors

Dimensions

Added in 1.0.0-alpha01
public Dimensions(float width, float height, float depth)

Public methods

toString

public String toString()