Plane.Label


public final class Plane.Label


A semantic description of a Plane.

Summary

Public fields

static final @NonNull Plane.Label

The plane represents a ceiling.

static final @NonNull Plane.Label

The plane represents a floor.

static final @NonNull Plane.Label

The plane represents a table.

static final @NonNull Plane.Label

The plane represents an unknown type.

static final @NonNull Plane.Label

The plane represents a wall.

Public methods

@NonNull String

Public fields

CEILING

public static final @NonNull Plane.Label CEILING

The plane represents a ceiling.

FLOOR

public static final @NonNull Plane.Label FLOOR

The plane represents a floor.

TABLE

public static final @NonNull Plane.Label TABLE

The plane represents a table.

UNKNOWN

public static final @NonNull Plane.Label UNKNOWN

The plane represents an unknown type.

WALL

public static final @NonNull Plane.Label WALL

The plane represents a wall.

Public methods

toString

public @NonNull String toString()