インタフェース
jp.carabiner.inkpod.pi.PInkpodFrame の使用

PInkpodFrame を使用しているパッケージ
jp.carabiner.inkpod.pi Inkpodプラグイン(アプリ)がInkpodにアクセスするための基本的なインターフェースを提供します。 
jp.carabiner.inkpod.pi.event Inkpodのイベントを処理するための、イベントクラス、リスナーを提供します。 
jp.carabiner.inkpod.pi.shape.action   
 

jp.carabiner.inkpod.pi での PInkpodFrame の使用
 

PInkpodFrame を返す jp.carabiner.inkpod.pi のメソッド
 PInkpodFrame[] PInkpod.getFrames()
          すべてのフレームを返す。
 

jp.carabiner.inkpod.pi.event での PInkpodFrame の使用
 

PInkpodFrame を返す jp.carabiner.inkpod.pi.event のメソッド
 PInkpodFrame TabSelectionEvent.getFrame()
           
 PInkpodFrame TabEvent.getFrame()
          このイベントに関するタブが属するフレームを返す
 PInkpodFrame FrameEvent.getFrame()
          このイベントに関係するフレームオブジェクトを返す。
 

PInkpodFrame 型のパラメータを持つ jp.carabiner.inkpod.pi.event のコンストラクタ
FrameEvent(java.lang.Object source, int eventType, PInkpodFrame frame)
           
TabEvent(int eventType, PInkpodFrame frame, PMapModel model)
           
TabSelectionEvent(PInkpodFrame frame, PMapModel model, PMapModel oldModel)
           
 

jp.carabiner.inkpod.pi.shape.action での PInkpodFrame の使用
 

PInkpodFrame 型のパラメータを持つ jp.carabiner.inkpod.pi.shape.action のコンストラクタ
FitSizeImageAspectRatioAction(PInkpodFrame frame)
           
SaveImageAction(PInkpodFrame frame)
           
TextHeightFitAction(PInkpodFrame frame)