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 Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier 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.ArrayList
add, 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.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Field Details
-
mShapePosition
-
mShapeHardFormatations
-
mVertOffsetMin
-
mHoriOffsetMin
-
mVertOffsetMax
-
mHoriOffsetMax
-
mOwnNode
-
mDescription
-
mContext
-
-
Constructor Details
-
ShapeProperties
-
-
Method Details
-
getDrawFrameElement
-
createShapeOperation
public 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
-
hasImageSibling
public boolean hasImageSibling() -
declareImage
public void declareImage() -
setGroupShape
public void setGroupShape() -
isGroupShape
public boolean isGroupShape() -
addMemberPosSize
-
incrementChildNumber
public 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 * -
decrementChildNumber
public int decrementChildNumber() -
getChildNumber
public int getChildNumber()
-