jp.carabiner.inkpod.pi.shape
インタフェース PNodeObjectShapePrototypeList


public interface PNodeObjectShapePrototypeList

ノード・オブジェクト用シェイプのプロトタイプの一覧。 追加したシェイプは、ノード・オブジェクトの形を選択するコンボボックス内のリストに表示されます。


メソッドの概要
 void addGroup(java.lang.String id, java.lang.String label)
           
 void addShapePrototype(INodeObjectShape shape)
           
 void addShapePrototype(INodeObjectShape shape, java.lang.String groupId)
           
 PObjectShapePrototypeGroup[] getGroups()
           
 INodeObjectShape[] getShapePrototypes()
           
 INodeObjectShape[] getShapePrototypes(java.lang.String groupId)
           
 

メソッドの詳細

addShapePrototype

void addShapePrototype(INodeObjectShape shape)

addShapePrototype

void addShapePrototype(INodeObjectShape shape,
                       java.lang.String groupId)

addGroup

void addGroup(java.lang.String id,
              java.lang.String label)

getGroups

PObjectShapePrototypeGroup[] getGroups()

getShapePrototypes

INodeObjectShape[] getShapePrototypes()

getShapePrototypes

INodeObjectShape[] getShapePrototypes(java.lang.String groupId)