Class ImageRef
java.lang.Object
org.opendope.SmartArt.dataHierarchy.ImageRef
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="contentRef" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="custLinFactNeighborX" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custLinFactNeighborY" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custScaleY" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="custScaleX" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contentRef property.Gets the value of the custLinFactNeighborX property.Gets the value of the custLinFactNeighborY property.Gets the value of the custScaleX property.Gets the value of the custScaleY property.voidsetContentRef(String value) Sets the value of the contentRef property.voidsetCustLinFactNeighborX(Integer value) Sets the value of the custLinFactNeighborX property.voidsetCustLinFactNeighborY(Integer value) Sets the value of the custLinFactNeighborY property.voidsetCustScaleX(Integer value) Sets the value of the custScaleX property.voidsetCustScaleY(Integer value) Sets the value of the custScaleY property.
-
Field Details
-
contentRef
-
custLinFactNeighborX
-
custLinFactNeighborY
-
custScaleY
-
custScaleX
-
-
Constructor Details
-
ImageRef
public ImageRef()
-
-
Method Details
-
getContentRef
Gets the value of the contentRef property.- Returns:
- possible object is
String
-
setContentRef
Sets the value of the contentRef property.- Parameters:
value- allowed object isString
-
getCustLinFactNeighborX
Gets the value of the custLinFactNeighborX property.- Returns:
- possible object is
Integer
-
setCustLinFactNeighborX
Sets the value of the custLinFactNeighborX property.- Parameters:
value- allowed object isInteger
-
getCustLinFactNeighborY
Gets the value of the custLinFactNeighborY property.- Returns:
- possible object is
Integer
-
setCustLinFactNeighborY
Sets the value of the custLinFactNeighborY property.- Parameters:
value- allowed object isInteger
-
getCustScaleY
Gets the value of the custScaleY property.- Returns:
- possible object is
Integer
-
setCustScaleY
Sets the value of the custScaleY property.- Parameters:
value- allowed object isInteger
-
getCustScaleX
Gets the value of the custScaleX property.- Returns:
- possible object is
Integer
-
setCustScaleX
Sets the value of the custScaleX property.- Parameters:
value- allowed object isInteger
-