macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

LKLayer

convertPoint:fromLayer:

** -(CGPoint)convertPoint:(CGPoint)aPoint: fromLayer:(LKLayer *)layer : 解説 指定のレイヤーの座標システムからレシーバーの座標システムへ点を変換します。 返り値 ( CGPoint ) レシーバーの座標システムでの位置 引数 ( CGPoint )aPoint ( LKLayer * …

containsPoint:

** -(BOOL)containsPoint:(CGPoint)thePoint: 解説 指定した点がレシーバーに含まれるかを返します。 返り値 ( BOOL ) レイヤーの内容に点が含まれるならYESを返します。 引数 ( CGPoint )thePoint フレームワーク CoreAnimation クラス LKLayer Instance Me…

affineTransform

** 解説 アフィン変換の変換属性を得るメソッド 返り値 ( CGAffineTransform ) レシーバーの変換属性として最適のCGAffineTransformインスタンス 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照 例文

addSublayer:

** -(void)addSublayer:(LKLayer *)aLayer: 解説 レシーバーのサブレイヤーの配列へレイヤーを追加します。 返り値 ( void ) 引数 ( LKLayer * )aLayer フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照 例文

addConstraint:

** -(void)addConstraint:(LKConstraint *)aConstraint : 解説 レシーバーの制御オブジェクトの配列へ制御を追加します。 詳細はLKConstraintLayoutManagerクラスリファレンスを見てください。 返り値 ( void ) 引数 ( LKConstraint * )aConstraint フレーム…

addAnimation:forKey:

** -(void)addAnimation:(LKAnimation *)anim: forKey:(NSString *)key: 解説 特定のキーでレシーバーのレンダーツリーへアニメーションオブジェクトを追加します。 返り値 ( void ) 引数 ( LKAnimation * )anim ( NSString * )key フレームワーク CoreAnima…

actionForKeyPath:

** -(id<LKAction>)actionForKeyPath:(NSString *)aKey: 解説 特定のIDのアクションの実装オブジェクトを返します 返り値 ( id<LKAction> ) aKeyのアクションを提供するオブジェクトを返します。 オブジェクトはLKActionプロトコルを実装しなければならない 引数 ( NSString * )a</lkaction></lkaction>…

defaultActionForKey:

** +(id<LKAction>)defaultActionForKey:(NSString *)aKey: 解説 返り値 ( id<LKAction> ) 引数 ( NSString * )aKey フレームワーク CoreAnimation クラス LKLayer Class Methods 使用可能 10.5 参照 例文</lkaction></lkaction>

** 解説 @property CGFloat zPosition 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property(readonly) CGRect visibleRect 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property LKTransform transform 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property(readonly) LKLayer *superlayer レシーバーのサブレイヤー 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property LKTransform sublayerTransform 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property NSArray *sublayers レシーバーのサブレイヤーを含む配列 レイヤーが後ろから前にリストアップされる。デフォルトはnil 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property NSDictionary *style検索プロパティ値のためのオプション辞書への参照 レシーバーによってはっきりと定義されないこの辞書はスタイルキーによって順番にデフォルトの値の階層を形作る もし、スタイル辞書が属性の値を定義しないなら、レシ…

** 解説 @property CGFloat shadowRadiusレシーバーのレンダリングに使うぼかし径の仕様 デフォルトは3.0 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property float shadowOpacity レシーバーの影の透明度の仕様。アニメーション可能 デフォルトは0.0 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property CGSize shadowOffset レシーバーの影のオフセット デフォルトは(0.0,-3.0) 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property CGColorRef shadowColor レシーバーの影の色デフォルトは不透明ブラック(opaque black) 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property CGPoint position サブレイヤーの座標システムでレシーバーの位置を指定する 位置はレシーバーの矩形の中心 デフォルトは(0.0,0.0) 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property BOOL opaque 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property float opacity レシーバーの不透明度を返します。 設定可能な値は0.0(透明)から1.0(不透明) デフォルトは1.0 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property BOOL needsDisplayOnBoundsChange 矩形がアップデートした時にレシーバーを再描画しなくてはいけないかを返します。 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property NSString *name 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property BOOL masksToBounds レシーバーの矩形でサブレイヤーがクリップされるかを決める 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property LKLayer *mask フィルタされた背景とレイヤーの内容の合成の結果レイヤーのバックグラウンドとの間を選択するためにマスクとして使われるアルファチャンネル オプションレイヤー 返り値 引数 フレームワーク CoreAnimation クラス LKLayer…

** 解説 @property id layoutManager レシーバーのサブレイヤーのレイアウトに責任を持つ特定のレイアウトマネージャー レイアウトマネージャーはLKLayoutManager通常プロトコルを実装しなければならない デフォルトの値はnil。 返り値 引数 フレームワーク …

** 解説 @property BOOL hidden レシーバーが表示されているかどうか分析する。 デフォルトはNO 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property CGRect frame 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照

** 解説 @property NSArray *filters 返り値 引数 フレームワーク CoreAnimation クラス LKLayer Instance Methods 使用可能 10.5 参照