Package Index
|
Class Index
org.libpag
Interfaces
PAGFile.LoadListener
PAGImageView.PAGImageViewListener
PAGView.PAGFlushListener
PAGView.PAGViewListener
Classes
PAG
PAGComposition
PAGDecoder
PAGDiskCache
PAGFile
PAGFont
PAGImage
PAGImageLayer
PAGImageView
PAGLayer
PAGMarker
PAGPlayer
PAGScaleMode
PAGShapeLayer
PAGSolidLayer
PAGSurface
PAGText
PAGText.Justification
PAGTextLayer
PAGTimeStretchMode
PAGVideoRange
PAGView
TraceImage
VideoDecoder
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Inherited Methods
|
[Expand All]
public class
PAGMarker
extends Object
java.lang.Object
↳
org.libpag.PAGMarker
Summary
Fields
public String
mComment
public long
mDuration
public long
mStartTime
Public Constructors
PAGMarker
(long startTime, long duration, String comment)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Fields
public String
mComment
public long
mDuration
public long
mStartTime
Public Constructors
public
PAGMarker
(long startTime, long duration, String comment)