- java.lang.Object
-
- javafx.scene.control.SkinBase<Tile>
-
- eu.hansolo.tilesfx.skins.TileSkin
-
- eu.hansolo.tilesfx.skins.WorldMapTileSkin
-
-
Field Summary
Fields Modifier and Type Field Description protected static doublePREFERRED_HEIGHTprotected static doublePREFERRED_WIDTH-
Fields inherited from class eu.hansolo.tilesfx.skins.TileSkin
angleRange, angleStep, contentBounds, contentCenterX, contentCenterY, currentValueListener, doubleInset, formatString, height, highlightSections, inset, locale, MAXIMUM_HEIGHT, MAXIMUM_WIDTH, maxValue, MINIMUM_HEIGHT, MINIMUM_WIDTH, minValue, pane, range, sections, sectionsVisible, shadow, size, sizeListener, stepSize, textSize, threshold, tickLabelFormatString, tile, tileEventListener, timeListener, width
-
-
Constructor Summary
Constructors Constructor Description WorldMapTileSkin(Tile TILE)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()protected voidhandleEvents(java.lang.String EVENT_TYPE)protected voidinitGraphics()protected voidredraw()protected voidregisterListeners()protected voidresize()protected voidresizeStaticText()-
Methods inherited from class eu.hansolo.tilesfx.skins.TileSkin
computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, getPane, handleCurrentValue, resizeDynamicText
-
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, consumeMouseEvents, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners
-
-
-
-
Field Detail
-
PREFERRED_WIDTH
protected static final double PREFERRED_WIDTH
- See Also:
- Constant Field Values
-
PREFERRED_HEIGHT
protected static final double PREFERRED_HEIGHT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorldMapTileSkin
public WorldMapTileSkin(Tile TILE)
-
-
Method Detail
-
initGraphics
protected void initGraphics()
- Overrides:
initGraphicsin classTileSkin
-
registerListeners
protected void registerListeners()
- Overrides:
registerListenersin classTileSkin
-
handleEvents
protected void handleEvents(java.lang.String EVENT_TYPE)
- Overrides:
handleEventsin classTileSkin
-
dispose
public void dispose()
-
resizeStaticText
protected void resizeStaticText()
- Overrides:
resizeStaticTextin classTileSkin
-
-