Uses of Class
ca.cgjennings.apps.arkham.deck.item.StyleCapture
-
Packages that use StyleCapture Package Description ca.cgjennings.apps.arkham.deck.item -
-
Uses of StyleCapture in ca.cgjennings.apps.arkham.deck.item
Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type StyleCapture Modifier and Type Method Description void
AbstractStylePanel. populateCaptureFromPanel(StyleCapture capture)
Copies the current state of the panel controls into a capture.void
StylePanel. populateCaptureFromPanel(StyleCapture capture)
Copies the current state of the panel controls into a capture.void
AbstractStylePanel. populatePanelFromCapture(StyleCapture capture)
Copies the current state of a capture into the controls on this panel.void
StylePanel. populatePanelFromCapture(StyleCapture capture)
Copies the current state of a capture into the controls on this panel.
-