Package heronarts.lx.pattern.image
Class SlideshowPattern.Image
java.lang.Object
heronarts.lx.LXComponent
heronarts.lx.pattern.image.ImagePattern.Image
heronarts.lx.pattern.image.SlideshowPattern.Image
- All Implemented Interfaces:
LXComponent.Renamable
,LXPath
,LXSerializable
,LXOscComponent
,LXParameterListener
- Enclosing class:
- SlideshowPattern
-
Nested Class Summary
Nested classes/interfaces inherited from class heronarts.lx.LXComponent
LXComponent.Hidden, LXComponent.Placeholder, LXComponent.Renamable
Nested classes/interfaces inherited from interface heronarts.lx.LXSerializable
LXSerializable.Utils
-
Field Summary
Fields inherited from class heronarts.lx.pattern.image.ImagePattern.Image
fileName, gifAnimating, gifCycleTimeMs, gifIndexChanged, gifLooping, gifRestart, imageMode, isAnimatedGif, pitch, reload, roll, scale, scaleRange, scaleX, scaleY, scrollX, scrollY, stretchAspect, stretchX, stretchY, translateX, translateY, translateZ, yaw
Fields inherited from class heronarts.lx.LXComponent
children, internalParameters, KEY_CHILDREN, KEY_CLASS, KEY_COMPONENT_ID, KEY_ID, KEY_INTERNAL, KEY_PARAMETER_PATH, KEY_PARAMETERS, KEY_PATH, KEY_RESET, label, legacyInternalParameters, legacyParameters, lx, modulationColor, modulationControlsExpanded, modulationsExpanded, parameters, presetFile
Fields inherited from interface heronarts.lx.LXPath
ROOT, ROOT_PREFIX, ROOT_SLASH
-
Constructor Summary
-
Method Summary
Methods inherited from class heronarts.lx.pattern.image.ImagePattern.Image
animateGif, computeMatrix, getGifIndex, getImage, getMainImage, getNumGifFrames, hasImage, onParameterChanged, render
Methods inherited from class heronarts.lx.LXComponent
addArray, addChild, addInternalParameter, addLegacyInternalParameter, addLegacyParameter, addParameter, addParameter, addParameters, contains, copyParameters, dispose, getCategory, getChild, getComponentName, getComponentName, getComponentName, getDescription, getId, getLabel, getLX, getOscAddress, getOscLabel, getOscPath, getParameter, getParameters, getParent, handleOscMessage, hasParameter, isValidOscParameter, load, loadParameters, loadPreset, removeParameter, removeParameter, removeParameter, removeParameter, save, savePreset, setDescription, setParent, toOscQuery, toOscQuery, toOscQuery, toString, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface heronarts.lx.osc.LXOscComponent
getOscAddress, handleOscMessage
Methods inherited from interface heronarts.lx.LXPath
getCanonicalLabel, getCanonicalLabel, getCanonicalPath, getCanonicalPath, isDescendant
-
Field Details
-
trigger
-
autoCycleEligible
-
-
Constructor Details
-
Image
-
-
Method Details
-
getIndex
public int getIndex() -
getPath
Description copied from class:LXComponent
Accessor for the path of this object. Returns the path this component was registered with. Some subclasses may override this if path structure is dynamic.- Specified by:
getPath
in interfaceLXPath
- Overrides:
getPath
in classLXComponent
- Returns:
- path of this component relative to its parent
-