public class ImageMapDefinition
extends java.lang.Object
Java class for ImageMapDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageMapDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="shapeType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="region" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ImageMapDefinition() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
Gets the value of the action property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRegion()
Gets the value of the region property.
|
java.lang.String |
getShapeType()
Gets the value of the shapeType property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAction(java.lang.String value)
Sets the value of the action property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRegion(java.lang.String value)
Sets the value of the region property.
|
void |
setShapeType(java.lang.String value)
Sets the value of the shapeType property.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getShapeType()
String
public void setShapeType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRegion()
String
public void setRegion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAction()
String
public void setAction(java.lang.String value)
value
- allowed object is
String
public boolean isEnabled()
public void setEnabled(boolean value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"