Uses of Class
ca.cgjennings.apps.arkham.PortraitPanel
-
Packages that use PortraitPanel Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.diy -
-
Uses of PortraitPanel in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham with parameters of type PortraitPanel Modifier and Type Method Description void
PortraitPanel. setParentPanel(PortraitPanel parent)
Link this panel to another panel. -
Uses of PortraitPanel in ca.cgjennings.apps.arkham.diy
Methods in ca.cgjennings.apps.arkham.diy that return PortraitPanel Modifier and Type Method Description PortraitPanel
DIYEditor. getMarkerPanel()
Returns the portrait panel for the component's built-in marker portrait.PortraitPanel
DIYEditor. getPortraitPanel()
Returns the portrait panel for the component's built-in portrait.
-