com.monad.homerun.view
Class Selector
java.lang.Object
com.monad.homerun.view.Selector
- All Implemented Interfaces:
- java.io.Serializable
public class Selector
- extends java.lang.Object
- implements java.io.Serializable
Selector is a Scene specification that can identify
an individual scene, a group of scene snapshots, etc
Albums consist of selectors rather than scenes.
- See Also:
- Serialized Form
Field Summary |
static int |
SCENE
|
static int |
USER
|
Constructor Summary |
Selector()
|
Selector(java.lang.String category,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCENE
public static final int SCENE
- See Also:
- Constant Field Values
USER
public static final int USER
- See Also:
- Constant Field Values
Selector
public Selector()
Selector
public Selector(java.lang.String category,
java.lang.String name)
getCategory
public java.lang.String getCategory()
- Returns the scatgory of the scene
- Returns:
- category
the scene category
setCategory
public void setCategory(java.lang.String category)
getSceneName
public java.lang.String getSceneName()
- Returns the name of a scene
- Returns:
- scene
a scene name
setSceneName
public void setSceneName(java.lang.String name)
getType
public int getType()
setType
public void setType(int type)
open
public void open()
close
public void close()
getStartTime
public long getStartTime()
getEndTime
public long getEndTime()
Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.