Class KeyBindingAppendix
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix<KeyBindingAppendixClient>
org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
An appendix for key bindings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bakeElement
(InfoSection infoSection) Bake this appendix, only called once before changing pages.protected int
protected int
protected int
getWidth()
void
preBakeElement
(InfoSection infoSection) Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
canEqual, equals, getFullHeight, getInfoBook, getLineStart, getPage, getSectionAppendixClient, hashCode, setLineStart, setPage, toString
-
Field Details
-
WIDTH
public static final int WIDTH- See Also:
-
HEIGHT
public static final int HEIGHT- See Also:
-
-
Constructor Details
-
KeyBindingAppendix
public KeyBindingAppendix(IInfoBook infoBook, String keybindingName) throws InfoBookParser.InvalidAppendixException
-
-
Method Details
-
getOffsetY
protected int getOffsetY()- Specified by:
getOffsetY
in classSectionAppendix<KeyBindingAppendixClient>
-
getWidth
protected int getWidth()- Specified by:
getWidth
in classSectionAppendix<KeyBindingAppendixClient>
-
getHeight
protected int getHeight()- Specified by:
getHeight
in classSectionAppendix<KeyBindingAppendixClient>
-
constructSectionAppendixClient
public KeyBindingAppendixClient constructSectionAppendixClient() throws InfoBookParser.InvalidAppendixException- Specified by:
constructSectionAppendixClient
in classSectionAppendix<KeyBindingAppendixClient>
- Throws:
InfoBookParser.InvalidAppendixException
-
preBakeElement
- Specified by:
preBakeElement
in classSectionAppendix<KeyBindingAppendixClient>
-
bakeElement
Description copied from class:SectionAppendix
Bake this appendix, only called once before changing pages.- Specified by:
bakeElement
in classSectionAppendix<KeyBindingAppendixClient>
- Parameters:
infoSection
- The section this appendix is part of.w
-
getKeybindingName
-