PrimitivesWithHoles

Inheritance: java.lang.Object, ColladaElement

The primitives with holes. Describes a primitives that contains one or more holes.

Constructors

ConstructorDescription
PrimitivesWithHoles()

Methods

MethodDescription
getPrimitives()Gets or sets the primitives.
setPrimitives(Primitives value)Gets or sets the primitives.
getHoles()Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.
setHoles(String[] value)Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.

PrimitivesWithHoles()

public PrimitivesWithHoles()

getPrimitives()

public final Primitives getPrimitives()

Gets or sets the primitives.

Returns: Primitives

setPrimitives(Primitives value)

public final void setPrimitives(Primitives value)

Gets or sets the primitives.

getHoles()

public final String[] getHoles()

Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.

Returns: String[]

setHoles(String[] value)

public final void setHoles(String[] value)

Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.