Uses of Interface
ca.cgjennings.apps.arkham.component.Portrait
-
Packages that use Portrait Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.component ca.cgjennings.apps.arkham.diy ca.cgjennings.apps.arkham.sheet -
-
Uses of Portrait in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return Portrait Modifier and Type Method Description Portrait
PortraitPanel. getPortrait()
Methods in ca.cgjennings.apps.arkham with parameters of type Portrait Modifier and Type Method Description void
PortraitControl. setPortrait(Portrait p)
void
PortraitPanel. setPortrait(Portrait p)
Sets the portrait that this panel will adjust. -
Uses of Portrait in ca.cgjennings.apps.arkham.component
Classes in ca.cgjennings.apps.arkham.component that implement Portrait Modifier and Type Class Description class
AbstractPortrait
An abstract base class forPortrait
implementations.class
DefaultPortrait
Methods in ca.cgjennings.apps.arkham.component that return Portrait Modifier and Type Method Description Portrait
Marker. getPortrait(int index)
Portrait
PortraitProvider. getPortrait(int index)
Returns aPortrait
that can be used to manipulate one of the portrait images used by a component. -
Uses of Portrait in ca.cgjennings.apps.arkham.diy
Methods in ca.cgjennings.apps.arkham.diy that return Portrait Modifier and Type Method Description Portrait
DIY. getPortrait(int index)
Returns the specifiedPortrait
.Portrait
Handler. getPortrait(int index)
-
Uses of Portrait in ca.cgjennings.apps.arkham.sheet
Methods in ca.cgjennings.apps.arkham.sheet with parameters of type Portrait Modifier and Type Method Description static void
Sheet. drawPortraitBox(java.awt.Graphics2D g, java.awt.geom.Rectangle2D region, Portrait portrait)
A helper function that can be called from custom portrait painting code to draw the portrait debug box, if enabled.
-