-
Notifications
You must be signed in to change notification settings - Fork 3
/
GifImage.ctxt
24 lines (24 loc) · 1.36 KB
/
GifImage.ctxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#BlueJ class context
comment0.target=GifImage
comment0.text=\r\n\ This\ class\ can\ be\ used\ to\ read\ animated\ gif\ image\ files\ and\ extract\ the\ individual\r\n\ images\ of\ the\ animation\ sequence.\r\n\ \r\n\ @author\ Michael\ Berry\r\n\ @author\ Neil\ Brown\r\n\ \r\n\ Copyright\ (c)\ 2011,2013,2014,2018\r\n
comment1.params=file
comment1.target=GifImage(java.lang.String)
comment1.text=\r\n\ Set\ the\ image\ of\ the\ actor.\ If\ the\ image\ is\ a\ normal\ picture,\ it\ will\ be\ displayed\ as\ normal.\r\n\ If\ it's\ an\ animated\ GIF\ file\ then\ it\ will\ be\ displayed\ as\ an\ animated\ actor.\r\n
comment2.params=
comment2.target=java.util.List\ getImages()
comment2.text=\r\n\ Get\ all\ the\ images\ used\ in\ the\ animation\r\n\ @return\ a\ list\ of\ GreenfootImages,\ corresponding\ to\ each\ frame.\r\n
comment3.params=
comment3.target=void\ pause()
comment3.text=\r\n\ Pause\ the\ animation.\r\n
comment4.params=
comment4.target=void\ resume()
comment4.text=\r\n\ Resume\ the\ animation.\r\n
comment5.params=
comment5.target=boolean\ isRunning()
comment5.text=\r\n\ Determines\ whether\ the\ animation\ is\ running\r\n\ @return\ true\ if\ the\ animation\ is\ running,\ false\ otherwise\r\n
comment6.params=
comment6.target=greenfoot.GreenfootImage\ getCurrentImage()
comment7.params=
comment7.target=void\ loadImages()
comment7.text=\r\n\ Load\ the\ images\r\n
numComments=8