- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 28 of file Cards.java.
◆ columns()
Cards org.turro.marker.construct.Cards.columns |
( |
int |
columns | ) |
|
Definition at line 47 of file Cards.java.
48 this.columns = columns;
◆ decideColumns()
Cards org.turro.marker.construct.Cards.decideColumns |
( |
int... |
choice | ) |
|
Definition at line 52 of file Cards.java.
54 for(
int chosen : choice) {
55 int max = chosen % count;
◆ end()
Cards org.turro.marker.construct.Cards.end |
( |
| ) |
|
Definition at line 38 of file Cards.java.
40 Markers.cards().end().render(constructor);
◆ getFor()
static Cards org.turro.marker.construct.Cards.getFor |
( |
IConstructor |
constructor, |
|
|
int |
count |
|
) |
| |
|
static |
Definition at line 80 of file Cards.java.
81 return new Cards(constructor, count);
◆ start()
Cards org.turro.marker.construct.Cards.start |
( |
| ) |
|
Definition at line 30 of file Cards.java.
33 Markers.cards().cssClass(rowColumns()).start().render(constructor);
The documentation for this class was generated from the following file: