Package org.robovm.apple.scenekit
Class SCNText
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.scenekit.SCNGeometry
org.robovm.apple.scenekit.SCNText
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,SCNAnimatable,SCNBoundingVolume,SCNShadable,ObjCProtocol
public class SCNText extends SCNGeometry
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSCNText.SCNTextPtrNested classes/interfaces inherited from class org.robovm.apple.scenekit.SCNGeometry
SCNGeometry.SCNGeometryPtrNested 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
-
Constructor Summary
Constructors Modifier Constructor Description SCNText()protectedSCNText(NSObject.Handle h, long handle)protectedSCNText(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description static SCNTextcreate(NSAttributedString string, double extrusionDepth)static SCNTextcreateGeometry()static SCNTextcreateGeometry(NSArray<SCNGeometrySource> sources, NSArray<SCNGeometryElement> elements)CATextAlignmentModegetAlignmentMode()UIBezierPathgetChamferProfile()doublegetChamferRadius()CGRectgetContainerFrame()doublegetExtrusionDepth()doublegetFlatness()UIFontgetFont()NSAttributedStringgetString()CATextTruncationModegetTruncationMode()booleanisWrapped()voidsetAlignmentMode(CATextAlignmentMode v)voidsetChamferProfile(UIBezierPath v)voidsetChamferRadius(double v)voidsetContainerFrame(CGRect v)voidsetExtrusionDepth(double v)voidsetFlatness(double v)voidsetFont(UIFont v)voidsetString(NSAttributedString v)voidsetTruncationMode(CATextTruncationMode v)voidsetWrapped(boolean v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.scenekit.SCNGeometry
addAnimation, addAnimationPlayer, animationPlayerForKey, encode, getAnimation, getAnimationKeys, getBoundingBox, getBoundingSphere, getEdgeCreasesElement, getEdgeCreasesSource, getFirstMaterial, getGeometryElement, getGeometryElementCount, getGeometryElements, getGeometrySources, getGeometrySourcesForSemantic, getLevelsOfDetail, getMaterial, getMaterials, getMinimumLanguageVersion, getName, getProgram, getShaderModifiers, getSubdivisionLevel, getTessellator, handleBindingOfSymbol, handleUnbindingOfSymbol, init, insertMaterial, isAnimationPaused, pauseAnimation, removeAllAnimations, removeAllAnimations, removeAnimation, removeAnimation, removeAnimationForKey, removeMaterial, replaceMaterial, resumeAnimation, setBoundingBox, setEdgeCreasesElement, setEdgeCreasesSource, setFirstMaterial, setLevelsOfDetail, setMaterials, setMinimumLanguageVersion, setName, setProgram, setShaderModifiers, setSpeed, setSubdivisionLevel, setTessellator, setWantsAdaptiveSubdivision, wantsAdaptiveSubdivisionMethods 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, updateStrongRef
-
Constructor Details
-
Method Details
-
getExtrusionDepth
public double getExtrusionDepth() -
setExtrusionDepth
public void setExtrusionDepth(double v) -
getString
-
setString
-
getFont
-
setFont
-
isWrapped
public boolean isWrapped() -
setWrapped
public void setWrapped(boolean v) -
getContainerFrame
-
setContainerFrame
-
getTruncationMode
-
setTruncationMode
-
getAlignmentMode
-
setAlignmentMode
-
getChamferRadius
public double getChamferRadius() -
setChamferRadius
public void setChamferRadius(double v) -
getChamferProfile
-
setChamferProfile
-
getFlatness
public double getFlatness() -
setFlatness
public void setFlatness(double v) -
supportsSecureCoding
public static boolean supportsSecureCoding() -
create
-
createGeometry
-
createGeometry
public static SCNText createGeometry(NSArray<SCNGeometrySource> sources, NSArray<SCNGeometryElement> elements)
-