Interface Inline
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
InlineImpl
public interface Inline extends java.io.SerializableThe Interface Inline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAbove()Gets the above.java.lang.StringgetAlign()Gets the align.doublegetAnchorOffsetX()Gets the anchor offset X.doublegetAnchorOffsetY()Gets the anchor offset Y.java.lang.StringgetAnchorReference()Gets the anchor reference.java.lang.StringgetAnchorRelativeX()Gets the anchor relative X.java.lang.StringgetAnchorRelativeY()Gets the anchor relative Y.doublegetBelow()Gets the below.intgetKeep()Gets the keep.intgetLock()Gets the lock.java.lang.StringgetObjectReference()Gets the object reference.intgetSpine()Gets the spine.java.lang.StringgetType()Gets the type.voidsetAbove(double above)Sets the above.voidsetAlign(java.lang.String align)Sets the align.voidsetAnchorOffsetX(double anchorOffsetX)Sets the anchor offset X.voidsetAnchorOffsetY(double anchorOffsetY)Sets the anchor offset Y.voidsetAnchorReference(java.lang.String anchorReference)Sets the anchor reference.voidsetAnchorRelativeX(java.lang.String anchorRelativeX)Sets the anchor relative X.voidsetAnchorRelativeY(java.lang.String anchorRelativeY)Sets the anchor relative Y.voidsetBelow(double below)Sets the below.voidsetKeep(int keep)Sets the keep.voidsetLock(int lock)Sets the lock.voidsetObjectReference(java.lang.String objectReference)Sets the object reference.voidsetSpine(int spine)Sets the spine.voidsetType(java.lang.String type)Sets the type.
-
-
-
Method Detail
-
getType
java.lang.String getType()
Gets the type.- Returns:
- the type
-
setType
void setType(java.lang.String type)
Sets the type.- Parameters:
type- the type to set
-
getSpine
int getSpine()
Gets the spine.- Returns:
- the spine
-
setSpine
void setSpine(int spine)
Sets the spine.- Parameters:
spine- the spine to set
-
getObjectReference
java.lang.String getObjectReference()
Gets the object reference.- Returns:
- the objectReference
-
setObjectReference
void setObjectReference(java.lang.String objectReference)
Sets the object reference.- Parameters:
objectReference- the objectReference to set
-
getAnchorReference
java.lang.String getAnchorReference()
Gets the anchor reference.- Returns:
- the anchorReference
-
setAnchorReference
void setAnchorReference(java.lang.String anchorReference)
Sets the anchor reference.- Parameters:
anchorReference- the anchorReference to set
-
getAnchorRelativeX
java.lang.String getAnchorRelativeX()
Gets the anchor relative X.- Returns:
- the anchorRelativeX
-
setAnchorRelativeX
void setAnchorRelativeX(java.lang.String anchorRelativeX)
Sets the anchor relative X.- Parameters:
anchorRelativeX- the anchorRelativeX to set
-
getAnchorOffsetX
double getAnchorOffsetX()
Gets the anchor offset X.- Returns:
- the anchorOffsetX
-
setAnchorOffsetX
void setAnchorOffsetX(double anchorOffsetX)
Sets the anchor offset X.- Parameters:
anchorOffsetX- the anchorOffsetX to set
-
getAnchorRelativeY
java.lang.String getAnchorRelativeY()
Gets the anchor relative Y.- Returns:
- the anchorRelativeY
-
setAnchorRelativeY
void setAnchorRelativeY(java.lang.String anchorRelativeY)
Sets the anchor relative Y.- Parameters:
anchorRelativeY- the anchorRelativeY to set
-
getAnchorOffsetY
double getAnchorOffsetY()
Gets the anchor offset Y.- Returns:
- the anchorOffsetY
-
setAnchorOffsetY
void setAnchorOffsetY(double anchorOffsetY)
Sets the anchor offset Y.- Parameters:
anchorOffsetY- the anchorOffsetY to set
-
getKeep
int getKeep()
Gets the keep.- Returns:
- the keep
-
setKeep
void setKeep(int keep)
Sets the keep.- Parameters:
keep- the keep to set
-
getLock
int getLock()
Gets the lock.- Returns:
- the lock
-
setLock
void setLock(int lock)
Sets the lock.- Parameters:
lock- the lock to set
-
getAlign
java.lang.String getAlign()
Gets the align.- Returns:
- the align
-
setAlign
void setAlign(java.lang.String align)
Sets the align.- Parameters:
align- the align to set
-
getAbove
double getAbove()
Gets the above.- Returns:
- the above
-
setAbove
void setAbove(double above)
Sets the above.- Parameters:
above- the above to set
-
getBelow
double getBelow()
Gets the below.- Returns:
- the below
-
setBelow
void setBelow(double below)
Sets the below.- Parameters:
below- the below to set
-
-