public class GermGuiVideo extends GermGuiPart<GermGuiVideo> implements IGuiPartResizeable<GermGuiVideo>, IAnimatable<GermGuiVideo>
GermGuiCallback.CallBackMachineinited| Constructor and Description |
|---|
GermGuiVideo(java.lang.String indexName) |
| Modifier and Type | Method and Description |
|---|---|
GermGuiVideo |
addAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart) |
GermGuiVideo |
addAnimation(java.lang.String animationName) |
GermGuiVideo |
clearAnimations() |
java.lang.Object |
getAnimations() |
int |
getCycle() |
java.lang.String |
getEndU() |
java.lang.String |
getEndV() |
java.lang.String |
getHeight() |
java.lang.String |
getPath() |
boolean |
getPlay() |
java.lang.String |
getStartU() |
java.lang.String |
getStartV() |
java.lang.String |
getTime() |
int |
getType() |
java.lang.String |
getVolume() |
java.lang.String |
getWidth() |
boolean |
isAsync() |
boolean |
isHoldLastFrame() |
boolean |
isSwallow() |
GermGuiVideo |
removeAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart) |
GermGuiVideo |
removeAnimation(java.lang.String animationName) |
GermGuiVideo |
setAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart) |
GermGuiVideo |
setAnimationGroup(AnimationGroup animationGroup) |
GermGuiVideo |
setAnimationList(java.util.List<java.lang.String> animationList) |
GermGuiVideo |
setAnimations(java.lang.Object objAnimation)
|
GermGuiVideo |
setAsync(boolean async) |
GermGuiVideo |
setCycle(int cycle) |
GermGuiVideo |
setEndU(java.lang.String endU) |
GermGuiVideo |
setEndV(java.lang.String endV) |
GermGuiVideo |
setH(java.lang.String height) |
GermGuiVideo |
setHeight(java.lang.String height) |
GermGuiVideo |
setHoldLastFrame(boolean holdLastFrame) |
GermGuiVideo |
setPath(java.lang.String path) |
GermGuiVideo |
setPlay(boolean play) |
GermGuiVideo |
setStartU(java.lang.String startU) |
GermGuiVideo |
setStartV(java.lang.String startV) |
GermGuiVideo |
setSwallow(boolean swallow) |
GermGuiVideo |
setTime(java.lang.String time) |
GermGuiVideo |
setVolume(java.lang.String volume) |
GermGuiVideo |
setW(java.lang.String width) |
GermGuiVideo |
setWidth(java.lang.String width) |
clone, copyFrom, copyTo, getEnable, getGermGuiPart, getGermGuiPart, getGermGuiPart, getGermGuiPart, getGermGuiScreen, getInitDos, getInitScript, getLocationX, getLocationY, getLocationZ, getParentPart, getPlayer, getRealName, getSimpleMap, getTickDos, getTickScript, getTooltip, getTooltip2, init, isEnable, isInited, isOpened, isViewportCulling, loadSrc, loadSrc, refreshField, refreshList, setEnable, setEnable, setGermGuiScreen, setIndexName, setInitDos, setInitDos, setInitScript, setLocationX, setLocationX, setLocationX, setLocationY, setLocationY, setLocationY, setLocationZ, setLocationZ, setLocationZ, setParentPart, setTickDos, setTickDos, setTickScript, setTooltip, setTooltip2, setViewportCulling, setX, setY, setZclearCallbackHandler, getCallbackHandler, getHandler, getPlayerHandler, onCallback, registerCallbackHandler, registerHandler, registerPlayerHandler, removeCallbackHandler, removeHandler, removeHandler, removePlayerHandler, removePlayerHandlercanEqual, copyFrom, copyTo, equals, getIndexName, getSrc, hashCode, toStringpublic int getType()
public final boolean isAsync()
isAsync in class GermGuiPart<GermGuiVideo>public final GermGuiVideo setAsync(boolean async)
setAsync in class GermGuiPart<GermGuiVideo>public final boolean isSwallow()
public final GermGuiVideo setSwallow(boolean swallow)
public java.lang.String getPath()
public GermGuiVideo setPath(java.lang.String path)
public GermGuiVideo setVolume(java.lang.String volume)
public java.lang.String getVolume()
public GermGuiVideo setPlay(boolean play)
public boolean getPlay()
public GermGuiVideo setTime(java.lang.String time)
public java.lang.String getTime()
public java.lang.String getStartU()
public GermGuiVideo setStartU(java.lang.String startU)
public java.lang.String getStartV()
public GermGuiVideo setStartV(java.lang.String startV)
public java.lang.String getEndU()
public GermGuiVideo setEndU(java.lang.String endU)
public java.lang.String getEndV()
public GermGuiVideo setEndV(java.lang.String endV)
public java.lang.String getWidth()
getWidth in interface IGuiPartResizeable<GermGuiVideo>public GermGuiVideo setWidth(java.lang.String width)
setWidth in interface IGuiPartResizeable<GermGuiVideo>public java.lang.String getHeight()
getHeight in interface IGuiPartResizeable<GermGuiVideo>public GermGuiVideo setHeight(java.lang.String height)
setHeight in interface IGuiPartResizeable<GermGuiVideo>public int getCycle()
public GermGuiVideo setCycle(int cycle)
public GermGuiVideo setW(java.lang.String width)
setW in interface IGuiPartResizeable<GermGuiVideo>public GermGuiVideo setH(java.lang.String height)
setH in interface IGuiPartResizeable<GermGuiVideo>public final boolean isHoldLastFrame()
public final GermGuiVideo setHoldLastFrame(boolean holdLastFrame)
public GermGuiVideo setAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart)
setAnimation in interface IAnimatable<GermGuiVideo>public GermGuiVideo setAnimationGroup(AnimationGroup animationGroup)
setAnimationGroup in interface IAnimatable<GermGuiVideo>public GermGuiVideo addAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart)
addAnimation in interface IAnimatable<GermGuiVideo>public GermGuiVideo removeAnimation(GermAnimationPart<? extends DynamicBase> germAnimationPart)
removeAnimation in interface IAnimatable<GermGuiVideo>public GermGuiVideo setAnimationList(java.util.List<java.lang.String> animationList)
setAnimationList in interface IAnimatable<GermGuiVideo>public GermGuiVideo removeAnimation(java.lang.String animationName)
removeAnimation in interface IAnimatable<GermGuiVideo>public GermGuiVideo addAnimation(java.lang.String animationName)
addAnimation in interface IAnimatable<GermGuiVideo>public GermGuiVideo setAnimations(java.lang.Object objAnimation)
List<String>AnimationGroupGermAnimationPart
setAnimations in interface IAnimatable<GermGuiVideo>objAnimation - public GermGuiVideo clearAnimations()
clearAnimations in interface IAnimatable<GermGuiVideo>public java.lang.Object getAnimations()
getAnimations in interface IAnimatable<GermGuiVideo>List<String> 或者
AnimationGroup 或者
GermAnimationPart