Class Image

java.lang.Object
org.audiveris.proxymusic.Image

public class Image extends Object
The image type is used to include graphical images in a score.

Java class for image complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="image">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{}image-attributes"/>
       <attGroup ref="{}optional-unique-id"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Image

      public Image()
  • Method Details

    • getSource

      public String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getHeight

      public BigDecimal getHeight()
      Gets the value of the height property.
      Returns:
      possible object is BigDecimal
    • setHeight

      public void setHeight(BigDecimal value)
      Sets the value of the height property.
      Parameters:
      value - allowed object is BigDecimal
    • getWidth

      public BigDecimal getWidth()
      Gets the value of the width property.
      Returns:
      possible object is BigDecimal
    • setWidth

      public void setWidth(BigDecimal value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is BigDecimal
    • getDefaultX

      public BigDecimal getDefaultX()
      Gets the value of the defaultX property.
      Returns:
      possible object is BigDecimal
    • setDefaultX

      public void setDefaultX(BigDecimal value)
      Sets the value of the defaultX property.
      Parameters:
      value - allowed object is BigDecimal
    • getDefaultY

      public BigDecimal getDefaultY()
      Gets the value of the defaultY property.
      Returns:
      possible object is BigDecimal
    • setDefaultY

      public void setDefaultY(BigDecimal value)
      Sets the value of the defaultY property.
      Parameters:
      value - allowed object is BigDecimal
    • getRelativeX

      public BigDecimal getRelativeX()
      Gets the value of the relativeX property.
      Returns:
      possible object is BigDecimal
    • setRelativeX

      public void setRelativeX(BigDecimal value)
      Sets the value of the relativeX property.
      Parameters:
      value - allowed object is BigDecimal
    • getRelativeY

      public BigDecimal getRelativeY()
      Gets the value of the relativeY property.
      Returns:
      possible object is BigDecimal
    • setRelativeY

      public void setRelativeY(BigDecimal value)
      Sets the value of the relativeY property.
      Parameters:
      value - allowed object is BigDecimal
    • getValign

      public ValignImage getValign()
      Gets the value of the valign property.
      Returns:
      possible object is ValignImage
    • setValign

      public void setValign(ValignImage value)
      Sets the value of the valign property.
      Parameters:
      value - allowed object is ValignImage
    • getHalign

      public LeftCenterRight getHalign()
      Gets the value of the halign property.
      Returns:
      possible object is LeftCenterRight
    • setHalign

      public void setHalign(LeftCenterRight value)
      Sets the value of the halign property.
      Parameters:
      value - allowed object is LeftCenterRight
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String