Uses of Interface
ca.cgjennings.apps.arkham.deck.item.TuckBox.BoxSizer
-
Packages that use TuckBox.BoxSizer Package Description ca.cgjennings.apps.arkham.deck.item -
-
Uses of TuckBox.BoxSizer in ca.cgjennings.apps.arkham.deck.item
Classes in ca.cgjennings.apps.arkham.deck.item that implement TuckBox.BoxSizer Modifier and Type Class Description static class
TuckBox.SimpleDepthwiseSizer
An implementation ofTuckBox.BoxSizer
that has a fixed width and height but varies in depth according to the number of components the box will contain.static class
TuckBox.SimpleHeightwiseSizer
An implementation ofTuckBox.BoxSizer
that has a fixed width and depth but varies in height according to the number of components the box will contain.Methods in ca.cgjennings.apps.arkham.deck.item that return TuckBox.BoxSizer Modifier and Type Method Description static TuckBox.BoxSizer[]
TuckBox. getBoxSizers()
Returns a copy of the current set of standard box sizers as an array.Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type TuckBox.BoxSizer Modifier and Type Method Description static void
TuckBox. registerBoxSizer(TuckBox.BoxSizer sizer)
Registers a new sizer, adding it to the set of standard box sizing helpers.
-