Uses of Class
ca.cgjennings.apps.arkham.component.DefaultPortrait
-
Packages that use DefaultPortrait Package Description ca.cgjennings.apps.arkham.component -
-
Uses of DefaultPortrait in ca.cgjennings.apps.arkham.component
Methods in ca.cgjennings.apps.arkham.component that return DefaultPortrait Modifier and Type Method Description DefaultPortrait
DefaultPortrait. getParent()
Returns the portrait that this portrait is linked to, ornull
.Methods in ca.cgjennings.apps.arkham.component that return types with arguments of type DefaultPortrait Modifier and Type Method Description java.util.List<DefaultPortrait>
DefaultPortrait. getChildren()
Returns any portraits that are linked to this portrait as a list.Methods in ca.cgjennings.apps.arkham.component with parameters of type DefaultPortrait Modifier and Type Method Description void
DefaultPortrait. copyStateTo(DefaultPortrait target)
Copies the basic state of this portrait to another portrait: the scale, pan, and rotation values, and the source image.Constructors in ca.cgjennings.apps.arkham.component with parameters of type DefaultPortrait Constructor Description DefaultPortrait(DefaultPortrait parent, java.lang.String key)
Creates a default portrait instance that is a linked to another portrait, called its parent.DefaultPortrait(java.lang.String newKey, DefaultPortrait original)
Creates a default portrait that replaces an existing portrait by switching to a new base key.
-