Package org.robovm.apple.spritekit
Class SKLabelNode
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIResponder
org.robovm.apple.spritekit.SKNode
org.robovm.apple.spritekit.SKLabelNode
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,UIActivityItemsConfigurationProviding,UIFocusEnvironment,UIFocusItem,UIPasteConfigurationSupporting,UIResponderStandardEditActions,UIUserActivityRestoring,ObjCProtocol
public class SKLabelNode extends SKNode
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSKLabelNode.SKLabelNodePtrNested classes/interfaces inherited from class org.robovm.apple.spritekit.SKNode
SKNode.SKNodePtrNested classes/interfaces inherited from class org.robovm.apple.uikit.UIResponder
UIResponder.UIResponderPtrNested 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 SKLabelNode()SKLabelNode(String text)SKLabelNode(String text, String fontName)SKLabelNode(NSAttributedString attributedText)SKLabelNode(NSCoder coder)protectedSKLabelNode(NSObject.Handle h, long handle)protectedSKLabelNode(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.spritekit.SKNode
addChild, calculateAccumulatedFrame, canBecomeFocused, containsPoint, convertPointFromNode, convertPointToNode, create, didHintFocusMovement, didUpdateFocus, encode, enumerateChildNodes, equalsTo, findNodesByName, getAction, getAlpha, getAttributeValues, getChild, getChildren, getConstraints, getFocusBehavior, getFocusEffect, getFocusGroupIdentifier, getFocusGroupPriority, getFocusItemContainer, getFrame, getName, getNodeAtPoint, getNodesAtPoint, getParent, getParentFocusEnvironment, getPhysicsBody, getPosition, getPreferredFocusedView, getPreferredFocusEnvironments, getReachConstraints, getScene, getSpeed, getUserData, getXScale, getYScale, getZPosition, getZRotation, hasActions, init, insertChild, intersectsNode, isHidden, isInParentHierarchy, isPaused, isTransparentFocusItem, isUserInteractionEnabled, moveToParent, removeAction, removeAllActions, removeAllChildren, removeChildren, removeFromParent, runAction, runAction, runAction, setAlpha, setAttributeValues, setConstraints, setFocusBehavior, setHidden, setName, setNeedsFocusUpdate, setPaused, setPhysicsBody, setPosition, setReachConstraints, setScale, setSpeed, setUserData, setUserInteractionEnabled, setValue, setXScale, setYScale, setZPosition, setZRotation, shouldUpdateFocus, updateFocusIfNeeded, valueForAttributeNamedMethods inherited from class org.robovm.apple.uikit.UIResponder
becomeFirstResponder, buildMenu, canBecomeFirstResponder, canPasteItemProviders, canPerformAction, canResignFirstResponder, captureTextFromCamera, clearTextInputContextIdentifier, copy, cut, decreaseSize, delete, getActionTarget, getActivityItemsConfiguration, getEditingInteractionConfiguration, getInputAccessoryView, getInputAccessoryViewController, getInputAssistantItem, getInputView, getInputViewController, getKeyCommands, getNextResponder, getPasteConfiguration, getTextInputContextIdentifier, getTextInputMode, getUndoManager, getUserActivity, increaseSize, isFirstResponder, makeTextWritingDirectionLeftToRight, makeTextWritingDirectionRightToLeft, motionBegan, motionCancelled, motionEnded, paste, pasteAndGo, pasteAndMatchStyle, pasteAndSearch, pasteItemProviders, pressesBegan, pressesCancelled, pressesChanged, pressesEnded, print, reloadInputViews, remoteControlReceived, resignFirstResponder, restoreUserActivityState, select, selectAll, setActivityItemsConfiguration, setPasteConfiguration, setUserActivity, toggleBoldface, toggleItalics, toggleUnderline, touchesBegan, touchesCancelled, touchesEnded, touchesEstimatedPropertiesUpdated, touchesMoved, updateTextAttributes, updateUserActivityState, validateCommandMethods 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
-
SKLabelNode
public SKLabelNode() -
SKLabelNode
-
SKLabelNode
-
SKLabelNode
-
SKLabelNode
- Since:
- Available in iOS 11.0 and later.
-
SKLabelNode
-
SKLabelNode
-
-
Method Details
-
getVerticalAlignmentMode
-
setVerticalAlignmentMode
-
getHorizontalAlignmentMode
-
setHorizontalAlignmentMode
-
getNumberOfLines
public long getNumberOfLines()- Since:
- Available in iOS 11.0 and later.
-
setNumberOfLines
public void setNumberOfLines(long v)- Since:
- Available in iOS 11.0 and later.
-
getLineBreakMode
- Since:
- Available in iOS 11.0 and later.
-
setLineBreakMode
- Since:
- Available in iOS 11.0 and later.
-
getPreferredMaxLayoutWidth
public double getPreferredMaxLayoutWidth()- Since:
- Available in iOS 11.0 and later.
-
setPreferredMaxLayoutWidth
public void setPreferredMaxLayoutWidth(double v)- Since:
- Available in iOS 11.0 and later.
-
getFontName
-
setFontName
-
getText
-
setText
-
getAttributedText
- Since:
- Available in iOS 11.0 and later.
-
setAttributedText
- Since:
- Available in iOS 11.0 and later.
-
getFontSize
public double getFontSize() -
setFontSize
public void setFontSize(double v) -
getFontColor
-
setFontColor
-
getColorBlendFactor
public double getColorBlendFactor() -
setColorBlendFactor
public void setColorBlendFactor(double v) -
getColor
-
setColor
-
getBlendMode
-
setBlendMode
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
create
-
create
- Since:
- Available in iOS 11.0 and later.
-