Class Image
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.database.OrderedElement
com.musicxmltasks.musicxml.direction.directiontype.DirectionType
com.musicxmltasks.musicxml.attributes.Image
- All Implemented Interfaces:
MusicItem
@Entity public class Image extends DirectionType
-
Field Summary
Fields inherited from class com.musicxmltasks.musicxml.direction.directiontype.DirectionType
MULTIPLE_DIRECTION_TYPES -
Constructor Summary
Constructors Constructor Description Image() -
Method Summary
Modifier and Type Method Description java.math.BigDecimalgetHeight()java.lang.StringgetSource()java.lang.StringgetType()java.math.BigDecimalgetWidth()voidsetHeight(java.math.BigDecimal height)voidsetSource(java.lang.String source)voidsetType(java.lang.String type)voidsetWidth(java.math.BigDecimal width)Methods inherited from class com.musicxmltasks.musicxml.direction.directiontype.DirectionType
getDisplay, setDisplayMethods inherited from class com.musicxmltasks.database.OrderedElement
getElementId, setElementIdMethods inherited from class com.musicxmltasks.database.OrderedItem
getOrdering, setOrderingMethods inherited from class com.musicxmltasks.database.DatabaseItem
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
getSource
public java.lang.String getSource() -
setSource
public void setSource(java.lang.String source) -
getType
public java.lang.String getType() -
setType
public void setType(java.lang.String type) -
getHeight
public java.math.BigDecimal getHeight() -
setHeight
public void setHeight(java.math.BigDecimal height) -
getWidth
public java.math.BigDecimal getWidth() -
setWidth
public void setWidth(java.math.BigDecimal width)
-