Class ImageRef
java.lang.Object
org.opendope.SmartArt.dataHierarchy.ImageRef
public class ImageRef
extends java.lang.Object
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 Modifier and Type Field Description protected java.lang.StringcontentRefprotected java.lang.IntegercustLinFactNeighborXprotected java.lang.IntegercustLinFactNeighborYprotected java.lang.IntegercustScaleXprotected java.lang.IntegercustScaleY -
Constructor Summary
Constructors Constructor Description ImageRef() -
Method Summary
Modifier and Type Method Description java.lang.StringgetContentRef()Gets the value of the contentRef property.java.lang.IntegergetCustLinFactNeighborX()Gets the value of the custLinFactNeighborX property.java.lang.IntegergetCustLinFactNeighborY()Gets the value of the custLinFactNeighborY property.java.lang.IntegergetCustScaleX()Gets the value of the custScaleX property.java.lang.IntegergetCustScaleY()Gets the value of the custScaleY property.voidsetContentRef(java.lang.String value)Sets the value of the contentRef property.voidsetCustLinFactNeighborX(java.lang.Integer value)Sets the value of the custLinFactNeighborX property.voidsetCustLinFactNeighborY(java.lang.Integer value)Sets the value of the custLinFactNeighborY property.voidsetCustScaleX(java.lang.Integer value)Sets the value of the custScaleX property.voidsetCustScaleY(java.lang.Integer value)Sets the value of the custScaleY property.
-
Field Details
-
contentRef
protected java.lang.String contentRef -
custLinFactNeighborX
protected java.lang.Integer custLinFactNeighborX -
custLinFactNeighborY
protected java.lang.Integer custLinFactNeighborY -
custScaleY
protected java.lang.Integer custScaleY -
custScaleX
protected java.lang.Integer custScaleX
-
-
Constructor Details
-
ImageRef
public ImageRef()
-
-
Method Details
-
getContentRef
public java.lang.String getContentRef()Gets the value of the contentRef property.- Returns:
- possible object is
String
-
setContentRef
public void setContentRef(java.lang.String value)Sets the value of the contentRef property.- Parameters:
value- allowed object isString
-
getCustLinFactNeighborX
public java.lang.Integer getCustLinFactNeighborX()Gets the value of the custLinFactNeighborX property.- Returns:
- possible object is
Integer
-
setCustLinFactNeighborX
public void setCustLinFactNeighborX(java.lang.Integer value)Sets the value of the custLinFactNeighborX property.- Parameters:
value- allowed object isInteger
-
getCustLinFactNeighborY
public java.lang.Integer getCustLinFactNeighborY()Gets the value of the custLinFactNeighborY property.- Returns:
- possible object is
Integer
-
setCustLinFactNeighborY
public void setCustLinFactNeighborY(java.lang.Integer value)Sets the value of the custLinFactNeighborY property.- Parameters:
value- allowed object isInteger
-
getCustScaleY
public java.lang.Integer getCustScaleY()Gets the value of the custScaleY property.- Returns:
- possible object is
Integer
-
setCustScaleY
public void setCustScaleY(java.lang.Integer value)Sets the value of the custScaleY property.- Parameters:
value- allowed object isInteger
-
getCustScaleX
public java.lang.Integer getCustScaleX()Gets the value of the custScaleX property.- Returns:
- possible object is
Integer
-
setCustScaleX
public void setCustScaleX(java.lang.Integer value)Sets the value of the custScaleX property.- Parameters:
value- allowed object isInteger
-