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.String contentRef  
    protected java.lang.Integer custLinFactNeighborX  
    protected java.lang.Integer custLinFactNeighborY  
    protected java.lang.Integer custScaleX  
    protected java.lang.Integer custScaleY  
  • Constructor Summary

    Constructors 
    Constructor Description
    ImageRef()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getContentRef()
    Gets the value of the contentRef property.
    java.lang.Integer getCustLinFactNeighborX()
    Gets the value of the custLinFactNeighborX property.
    java.lang.Integer getCustLinFactNeighborY()
    Gets the value of the custLinFactNeighborY property.
    java.lang.Integer getCustScaleX()
    Gets the value of the custScaleX property.
    java.lang.Integer getCustScaleY()
    Gets the value of the custScaleY property.
    void setContentRef​(java.lang.String value)
    Sets the value of the contentRef property.
    void setCustLinFactNeighborX​(java.lang.Integer value)
    Sets the value of the custLinFactNeighborX property.
    void setCustLinFactNeighborY​(java.lang.Integer value)
    Sets the value of the custLinFactNeighborY property.
    void setCustScaleX​(java.lang.Integer value)
    Sets the value of the custScaleX property.
    void setCustScaleY​(java.lang.Integer value)
    Sets the value of the custScaleY property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • 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 is String
    • 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 is Integer
    • 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 is Integer
    • 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 is Integer
    • 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 is Integer