Interface Inline
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
InlineImpl
The Interface Inline.
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetAbove()Gets the above.getAlign()Gets the align.doubleGets the anchor offset X.doubleGets the anchor offset Y.Gets the anchor reference.Gets the anchor relative X.Gets the anchor relative Y.doublegetBelow()Gets the below.intgetKeep()Gets the keep.intgetLock()Gets the lock.Gets the object reference.intgetSpine()Gets the spine.getType()Gets the type.voidsetAbove(double above) Sets the above.voidSets the align.voidsetAnchorOffsetX(double anchorOffsetX) Sets the anchor offset X.voidsetAnchorOffsetY(double anchorOffsetY) Sets the anchor offset Y.voidsetAnchorReference(String anchorReference) Sets the anchor reference.voidsetAnchorRelativeX(String anchorRelativeX) Sets the anchor relative X.voidsetAnchorRelativeY(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(String objectReference) Sets the object reference.voidsetSpine(int spine) Sets the spine.voidSets the type.
-
Method Details
-
getType
String getType()Gets the type.- Returns:
- the type
-
setType
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
String getObjectReference()Gets the object reference.- Returns:
- the objectReference
-
setObjectReference
Sets the object reference.- Parameters:
objectReference- the objectReference to set
-
getAnchorReference
String getAnchorReference()Gets the anchor reference.- Returns:
- the anchorReference
-
setAnchorReference
Sets the anchor reference.- Parameters:
anchorReference- the anchorReference to set
-
getAnchorRelativeX
String getAnchorRelativeX()Gets the anchor relative X.- Returns:
- the anchorRelativeX
-
setAnchorRelativeX
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
String getAnchorRelativeY()Gets the anchor relative Y.- Returns:
- the anchorRelativeY
-
setAnchorRelativeY
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
String getAlign()Gets the align.- Returns:
- the align
-
setAlign
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
-