com.ptc.core.ca.co.client.element
Class CoFacePlateType

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoFacePlateType
All Implemented Interfaces:
Externalizable, Serializable

Deprecated.

@Deprecated
public class CoFacePlateType
extends Object
implements Externalizable

The class defining types of conceptual face plates.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static CoFacePlateType IMAGE
          Deprecated. The label must be presented as an image.
static CoFacePlateType IMAGE_ABOVE_TEXT
          Deprecated. The label must be presented as image above text.
static CoFacePlateType IMAGE_TEXT
          Deprecated. The label must be presented as image followed by text.
static CoFacePlateType IMAGE_UNDER_TEXT
          Deprecated. The label must be presented as text above image.
static CoFacePlateType TEXT
          Deprecated. The label must be presented as text.
static CoFacePlateType TEXT_IMAGE
          Deprecated. The label must be presented as text followed by image.
 
Method Summary
 boolean equals(CoFacePlateType type)
          Deprecated. Returns whether the lable is equal to this label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMAGE

public static final CoFacePlateType IMAGE
Deprecated. 
The label must be presented as an image.

Supported API: true


TEXT

public static final CoFacePlateType TEXT
Deprecated. 
The label must be presented as text.

Supported API: true


TEXT_IMAGE

public static final CoFacePlateType TEXT_IMAGE
Deprecated. 
The label must be presented as text followed by image.

Supported API: true


IMAGE_TEXT

public static final CoFacePlateType IMAGE_TEXT
Deprecated. 
The label must be presented as image followed by text.

Supported API: true


IMAGE_ABOVE_TEXT

public static final CoFacePlateType IMAGE_ABOVE_TEXT
Deprecated. 
The label must be presented as image above text.

Supported API: true


IMAGE_UNDER_TEXT

public static final CoFacePlateType IMAGE_UNDER_TEXT
Deprecated. 
The label must be presented as text above image.

Supported API: true

Method Detail

equals

public final boolean equals(CoFacePlateType type)
Deprecated. 
Returns whether the lable is equal to this label.

Supported API: true

Parameters:
type -
Returns:
boolean