Package org.odftoolkit.odfdom.changes
Class ShapeProperties
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<org.odftoolkit.odfdom.changes.CachedOperation>
org.odftoolkit.odfdom.changes.ShapeProperties
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterable<org.odftoolkit.odfdom.changes.CachedOperation>,- Collection<org.odftoolkit.odfdom.changes.CachedOperation>,- List<org.odftoolkit.odfdom.changes.CachedOperation>,- RandomAccess
The status of frames
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddMemberPosSize(Object horiOffset, Object vertOffset, Object width, Object height) voidcreateShapeOperation(ChangesFileSaxHandler saxHandler, Stack<org.odftoolkit.odfdom.changes.CachedComponent> mComponentStack, String desc, ShapeType shapeType, String context) If the frame has one or more image elements this method dispatches an operation for the first imagevoidintintbooleanintIn a frame there might be multiple objects, but only the first applicable is shown.booleanvoidsetDrawFrameElement(DrawFrameElement drawFrameElement) voidMethods inherited from class java.util.ArrayListadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollectioncontainsAll, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArrayMethods inherited from interface java.util.ListcontainsAll
- 
Field Details- 
mShapePosition
- 
mShapeHardFormatations
- 
mVertOffsetMin
- 
mHoriOffsetMin
- 
mVertOffsetMax
- 
mHoriOffsetMax
- 
mOwnNode
- 
mDescription
- 
mContext
 
- 
- 
Constructor Details- 
ShapeProperties
 
- 
- 
Method Details- 
getDrawFrameElement
- 
createShapeOperationpublic void createShapeOperation(ChangesFileSaxHandler saxHandler, Stack<org.odftoolkit.odfdom.changes.CachedComponent> mComponentStack, String desc, ShapeType shapeType, String context) If the frame has one or more image elements this method dispatches an operation for the first image- Parameters:
- desc- description of the image
 
- 
setDrawFrameElement
- 
getShapeHardFormatting
- 
hasImageSiblingpublic boolean hasImageSibling()
- 
declareImagepublic void declareImage()
- 
setGroupShapepublic void setGroupShape()
- 
isGroupShapepublic boolean isGroupShape()
- 
addMemberPosSize
- 
incrementChildNumberpublic int incrementChildNumber()In a frame there might be multiple objects, but only the first applicable is shown. For instance, there are replacement images after an OLE object *
- 
decrementChildNumberpublic int decrementChildNumber()
- 
getChildNumberpublic int getChildNumber()
 
-