Uses of Class
ca.cgjennings.apps.arkham.deck.item.StyleCapture.Property
-
Packages that use StyleCapture.Property Package Description ca.cgjennings.apps.arkham.deck.item -
-
Uses of StyleCapture.Property in ca.cgjennings.apps.arkham.deck.item
Methods in ca.cgjennings.apps.arkham.deck.item that return StyleCapture.Property Modifier and Type Method Description StyleCapture.Property
StyleCapture. getProperty(java.lang.String name)
Returns aStyleCapture.Property
instance representing the captured property with the given name, ornull
if the property has not been captured.Methods in ca.cgjennings.apps.arkham.deck.item that return types with arguments of type StyleCapture.Property Modifier and Type Method Description java.util.Iterator<StyleCapture.Property>
StyleCapture. iterator()
Returns an iterator over the captured properties.
-