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()