Package org.robovm.apple.uikit
Class UICollectionViewLayoutAttributes
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UICollectionViewLayoutAttributes
- All Implemented Interfaces:
NSObjectProtocol,UIDynamicItem,ObjCProtocol
public class UICollectionViewLayoutAttributes extends NSObject implements UIDynamicItem
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUICollectionViewLayoutAttributes.UICollectionViewLayoutAttributesPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description UICollectionViewLayoutAttributes()protectedUICollectionViewLayoutAttributes(NSObject.Handle h, long handle)protectedUICollectionViewLayoutAttributes(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
UICollectionViewLayoutAttributes
public UICollectionViewLayoutAttributes() -
UICollectionViewLayoutAttributes
-
UICollectionViewLayoutAttributes
-
-
Method Details
-
getFrame
-
setFrame
-
getCenter
- Specified by:
getCenterin interfaceUIDynamicItem
-
setCenter
- Specified by:
setCenterin interfaceUIDynamicItem
-
getSize
-
setSize
-
getTransform3D
-
setTransform3D
-
getBounds
- Specified by:
getBoundsin interfaceUIDynamicItem
-
setBounds
-
getTransform
- Specified by:
getTransformin interfaceUIDynamicItem
-
setTransform
- Specified by:
setTransformin interfaceUIDynamicItem
-
getAlpha
public double getAlpha() -
setAlpha
public void setAlpha(double v) -
getZIndex
public long getZIndex() -
setZIndex
public void setZIndex(long v) -
isHidden
public boolean isHidden() -
setHidden
public void setHidden(boolean v) -
getIndexPath
-
setIndexPath
-
getRepresentedElementCategory
-
getRepresentedElementKind
-
getCollisionBoundsType
- Specified by:
getCollisionBoundsTypein interfaceUIDynamicItem- Since:
- Available in iOS 9.0 and later.
-
getCollisionBoundingPath
- Specified by:
getCollisionBoundingPathin interfaceUIDynamicItem- Since:
- Available in iOS 9.0 and later.
-
createForCell
-
createForSupplementaryView
public static UICollectionViewLayoutAttributes createForSupplementaryView(String elementKind, NSIndexPath indexPath) -
createForDecorationView
public static UICollectionViewLayoutAttributes createForDecorationView(String decorationViewKind, NSIndexPath indexPath)
-