Uses of Class
org.openbp.cockpit.modeler.skins.Skin

Packages that use Skin
org.openbp.cockpit.modeler.drawing   
org.openbp.cockpit.modeler.skins   
org.openbp.cockpit.modeler.util   
 

Uses of Skin in org.openbp.cockpit.modeler.drawing
 

Methods in org.openbp.cockpit.modeler.drawing that return Skin
 Skin ProcessDrawing.getProcessSkin()
          Gets the process skin.
 

Methods in org.openbp.cockpit.modeler.drawing with parameters of type Skin
 void ProcessDrawing.setProcessSkin(Skin processSkin)
          Sets the process skin.
 

Uses of Skin in org.openbp.cockpit.modeler.skins
 

Methods in org.openbp.cockpit.modeler.skins that return Skin
 Skin SkinMgr.getDefaultSkin()
          Gets the default skin.
 Skin SkinMgr.getSkin(java.lang.String name)
          Gets a skin descriptor by its name.
 Skin[] SkinMgr.getSkins()
          Gets an array of all skins.
 

Methods in org.openbp.cockpit.modeler.skins with parameters of type Skin
 void SkinMgr.addSkin(Skin skin)
          Adds a skin descriptor.
protected  void SkinPlugin.updateSkinSelectionBox(Skin skin)
          Displays the given skin in the selection box.
 

Uses of Skin in org.openbp.cockpit.modeler.util
 

Methods in org.openbp.cockpit.modeler.util that return Skin
static Skin FigureUtil.determineProcessSkin(ProcessItem process)
          Gets the skin to use for the given process.
 

Methods in org.openbp.cockpit.modeler.util with parameters of type Skin
static SymbolDescriptor FigureUtil.getSymbolDescriptorForModelObject(Skin skin, ModelObject o)
          Gets the symbol descriptor from the given skin that can be used to display the given model object.
static void FigureUtil.updateItemGeometry(Skin skin, Item item)
          Updates the geometry string of an item according to the number of sockets that are connected to the item.
 



Copyright © 2011. All Rights Reserved.