Uses of Class
ca.cgjennings.apps.arkham.sheet.Sheet
-
-
Uses of Sheet in ca.cgjennings.apps.arkham
Fields in ca.cgjennings.apps.arkham declared as Sheet Modifier and Type Field Description protected Sheet<G>[]
AbstractGameComponentEditor. sheets
Methods in ca.cgjennings.apps.arkham that return Sheet Modifier and Type Method Description Sheet<G>
AbstractGameComponentEditor. getSelectedSheet()
Returns the sheet displayed by the currently selected previewer.Sheet<G>
AbstractGameComponentEditor. getSheet(int index)
Returns the sheet being displayed by the sheet viewer with the specified index.Sheet<?>
SheetViewer. getSheet()
Methods in ca.cgjennings.apps.arkham with parameters of type Sheet Modifier and Type Method Description void
ImageExporter. exportSheet(java.lang.String sheetSuffix, Sheet<?> face)
Exports the next sheet.double
ViewQuality. getSheetViewerUpsample(Sheet<?> sheet)
Returns the upsampling factor to use for a sheet in the sheet viewer.void
SheetViewer. setSheet(Sheet<?> c)
-
Uses of Sheet in ca.cgjennings.apps.arkham.component
Fields in ca.cgjennings.apps.arkham.component declared as Sheet Modifier and Type Field Description protected Sheet[]
AbstractGameComponent. sheets
Methods in ca.cgjennings.apps.arkham.component that return Sheet Modifier and Type Method Description abstract Sheet[]
AbstractGameComponent. createDefaultSheets()
Sheet[]
GameComponent. createDefaultSheets()
Creates a set of default sheets that are compatible with this component and associates them with the component as if by callingGameComponent.setSheets(ca.cgjennings.apps.arkham.sheet.Sheet[])
.Sheet<Marker>[]
Marker. createDefaultSheets()
Sheet[]
AbstractGameComponent. getSheets()
Sheet[]
GameComponent. getSheets()
Returns the sheets attached to this component to draw its faces, ornull
if no sheets are attached.Methods in ca.cgjennings.apps.arkham.component with parameters of type Sheet Modifier and Type Method Description void
AbstractGameComponent. setSheets(Sheet[] sheets)
void
GameComponent. setSheets(Sheet[] sheets)
Sets the sheets that are attached to this component to draw its faces. -
Uses of Sheet in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck that return Sheet Modifier and Type Method Description Sheet<?>[]
Deck. createDefaultSheets()
This is not a valid operation for aDeck
.Sheet<?>[]
Deck. getSheets()
This is not a valid operation for aDeck
.Methods in ca.cgjennings.apps.arkham.deck with parameters of type Sheet Modifier and Type Method Description void
Deck. setSheets(Sheet[] sheets)
This is not a valid operation for aDeck
. -
Uses of Sheet in ca.cgjennings.apps.arkham.deck.item
Fields in ca.cgjennings.apps.arkham.deck.item declared as Sheet Modifier and Type Field Description protected Sheet<?>
CardFace. sheet
Methods in ca.cgjennings.apps.arkham.deck.item that return Sheet Modifier and Type Method Description Sheet<?>
CardFace. getSheet()
Constructors in ca.cgjennings.apps.arkham.deck.item with parameters of type Sheet Constructor Description CardFace(java.lang.String name, Sheet<?> face, int index)
Create aCardFace
that can be used on a temporary deck. -
Uses of Sheet in ca.cgjennings.apps.arkham.diy
Subclasses of Sheet in ca.cgjennings.apps.arkham.diy Modifier and Type Class Description class
DIYSheet
TheSheet
implementation used by DIY components.Methods in ca.cgjennings.apps.arkham.diy that return Sheet Modifier and Type Method Description Sheet[]
DIY. createDefaultSheets()
Creates a set of sheets to draw the faces for this component and sets them as the current sheet set. -
Uses of Sheet in ca.cgjennings.apps.arkham.sheet
Subclasses of Sheet in ca.cgjennings.apps.arkham.sheet Modifier and Type Class Description class
MarkerSheet
Draws the front and back face of markers (tokens).class
UndecoratedCardBack
A component face that simply draws the template image.Methods in ca.cgjennings.apps.arkham.sheet with parameters of type Sheet Modifier and Type Method Description static void
FinishStyle. applyPreviewStyleToSheet(Sheet<?> s)
Applies the default style for image previews to the sheet.void
FinishStyle. applyTo(Sheet<?> target)
Applies this setting to a sheet.void
FinishStyle. applyTo(Sheet<?> target, double marginSize)
Applies this setting to a sheet.void
ScaleCache. draw(java.awt.Graphics2D gScaled, Sheet<?> sheet, RenderTarget target, int x, int y)
Draws the image onto a sheet at the specified location.static FinishStyle
FinishStyle. fromSheet(Sheet<?> s)
Given a sheet, converts its user bleed margin into a matching finish style. -
Uses of Sheet in resources
Methods in resources with parameters of type Sheet Modifier and Type Method Description int
Settings. getExpansionVariant(Sheet<? extends GameComponent> sheetWithDefaultValue)
Returns the expansion logical variant index for the selected expansion, assuming that these settings are a game component's private settings.
-