Class ColormapPicker
java.lang.Object
com.badlogic.gdx.scenes.scene2d.Actor
com.badlogic.gdx.scenes.scene2d.ui.Widget
com.badlogic.gdx.scenes.scene2d.ui.Image
gaiasky.gui.window.ColorPickerAbstract
gaiasky.gui.window.ColormapPicker
- All Implemented Interfaces:
com.badlogic.gdx.scenes.scene2d.utils.Layout
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class ColorPickerAbstract
color, name, newColormapRunnable, newColorRunnable, skin, stage -
Constructor Summary
ConstructorsConstructorDescriptionColormapPicker(float[] rgba, CatalogInfo ci, com.badlogic.gdx.scenes.scene2d.Stage stage, com.badlogic.gdx.scenes.scene2d.ui.Skin skin) ColormapPicker(String name, float[] rgba, CatalogInfo ci, com.badlogic.gdx.scenes.scene2d.Stage stage, com.badlogic.gdx.scenes.scene2d.ui.Skin skin) -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawableintdoubledoubleprotected voidvoidvoidvoidsetPickedColor(float[] rgba) voidsetPickedColormap(com.badlogic.gdx.scenes.scene2d.ui.Image cmapImageSmall) Methods inherited from class ColorPickerAbstract
getPickedColor, getPickedColorDouble, initColor, setPickedColorMethods inherited from class com.badlogic.gdx.scenes.scene2d.ui.Image
draw, getAlign, getImageHeight, getImageWidth, getImageX, getImageY, getMinHeight, getMinWidth, getPrefHeight, getPrefWidth, layout, setAlign, setDrawable, setDrawable, setScaling, toStringMethods inherited from class com.badlogic.gdx.scenes.scene2d.ui.Widget
getMaxHeight, getMaxWidth, invalidate, invalidateHierarchy, needsLayout, pack, setFillParent, setLayoutEnabled, sizeChanged, validateMethods inherited from class com.badlogic.gdx.scenes.scene2d.Actor
act, addAction, addCaptureListener, addListener, ancestorsVisible, ascendantsVisible, clear, clearActions, clearListeners, clipBegin, clipBegin, clipEnd, debug, drawDebug, drawDebugBounds, fire, firstAscendant, getActions, getCaptureListeners, getColor, getDebug, getHeight, getListeners, getName, getOriginX, getOriginY, getParent, getRight, getRotation, getScaleX, getScaleY, getStage, getTop, getTouchable, getUserObject, getWidth, getX, getX, getY, getY, getZIndex, hasActions, hasKeyboardFocus, hasParent, hasScrollFocus, hit, isAscendantOf, isDescendantOf, isTouchable, isTouchFocusListener, isTouchFocusTarget, isVisible, localToActorCoordinates, localToAscendantCoordinates, localToParentCoordinates, localToScreenCoordinates, localToStageCoordinates, moveBy, notify, parentToLocalCoordinates, positionChanged, remove, removeAction, removeCaptureListener, removeListener, rotateBy, rotationChanged, scaleBy, scaleBy, scaleChanged, screenToLocalCoordinates, setBounds, setColor, setColor, setDebug, setHeight, setName, setOrigin, setOrigin, setOriginX, setOriginY, setParent, setPosition, setPosition, setRotation, setScale, setScale, setScaleX, setScaleY, setSize, setStage, setTouchable, setUserObject, setVisible, setWidth, setX, setX, setY, setY, setZIndex, sizeBy, sizeBy, stageToLocalCoordinates, toBack, toFront
-
Field Details
-
cmapList
-
-
Constructor Details
-
ColormapPicker
public ColormapPicker(float[] rgba, CatalogInfo ci, com.badlogic.gdx.scenes.scene2d.Stage stage, com.badlogic.gdx.scenes.scene2d.ui.Skin skin) -
ColormapPicker
public ColormapPicker(String name, float[] rgba, CatalogInfo ci, com.badlogic.gdx.scenes.scene2d.Stage stage, com.badlogic.gdx.scenes.scene2d.ui.Skin skin)
-
-
Method Details
-
initialize
protected void initialize()- Specified by:
initializein classColorPickerAbstract
-
getDrawable
public com.badlogic.gdx.scenes.scene2d.utils.Drawable getDrawable()- Overrides:
getDrawablein classcom.badlogic.gdx.scenes.scene2d.ui.Image
-
setNewColorRunnable
-
setNewColormapRunnable
-
setPickedColor
public void setPickedColor(float[] rgba) - Overrides:
setPickedColorin classColorPickerAbstract
-
setPickedColormap
public void setPickedColormap(com.badlogic.gdx.scenes.scene2d.ui.Image cmapImageSmall) -
getPickedCmapIndex
public int getPickedCmapIndex() -
getPickedCmapAttribute
-
getPickedCmapMin
public double getPickedCmapMin() -
getPickedCmapMax
public double getPickedCmapMax()
-