OutlineMask

Inheritance: java.lang.Object

public class OutlineMask

Represents four elements of a mask which defines an outline code format.

Constructors

ConstructorDescription
OutlineMask()Initializes a new instance of the OutlineMask class.

Methods

MethodDescription
getLength()Gets the maximum length (in characters) of the outline code values. 0 if length is not defined.
getLevel()Gets the level of a mask.
getSeparator()Gets the separator of code values.
getType()Gets the type of a mask.
setLength(int value)Sets the maximum length (in characters) of the outline code values. 0 if length is not defined.
setLevel(int value)Sets the level of a mask.
setSeparator(String value)Sets the separator of code values.
setType(int value)Sets the type of a mask.

OutlineMask()

public OutlineMask()

Initializes a new instance of the OutlineMask class.

getLength()

public final int getLength()

Gets the maximum length (in characters) of the outline code values. 0 if length is not defined.

Returns: int - the maximum length (in characters) of the outline code values.

getLevel()

public final int getLevel()

Gets the level of a mask.

Returns: int - the level of a mask.

getSeparator()

public final String getSeparator()

Gets the separator of code values.

Returns: java.lang.String - the separator of code values.

getType()

public final int getType()

Gets the type of a mask.

Returns: int - the type of a mask.

setLength(int value)

public final void setLength(int value)

Sets the maximum length (in characters) of the outline code values. 0 if length is not defined.

Parameters:

ParameterTypeDescription
valueintthe maximum length (in characters) of the outline code values.

setLevel(int value)

public final void setLevel(int value)

Sets the level of a mask.

Parameters:

ParameterTypeDescription
valueintthe level of a mask.

setSeparator(String value)

public final void setSeparator(String value)

Sets the separator of code values.

Parameters:

ParameterTypeDescription
valuejava.lang.Stringthe separator of code values.

setType(int value)

public final void setType(int value)

Sets the type of a mask.

Parameters:

ParameterTypeDescription
valueintthe type of a mask.