Class ShapeProperties
java.lang.Object
java.util.AbstractCollection<org.odftoolkit.odfdom.changes.CachedOperation>
java.util.AbstractList<org.odftoolkit.odfdom.changes.CachedOperation>
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 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 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 AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface 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()
-