Home
last modified time | relevance | path

Searched refs:SWFException (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DSWFObject.java42 throws SWFException in SWFObject()
52 throws SWFException in SWFObject()
73 public void eval() throws SWFException in eval()
96 throws SWFException in getProperty()
99 throw new SWFException ("SWFObject::getProperty: no properties, trying: " + name); in getProperty()
114 throws SWFException in getFloatProperty()
118 throw new SWFException ("SWFObject::getProperty: unknown property: " + name); in getFloatProperty()
134 throws SWFException in initialize()
149 throw new SWFException ("native loading: " + msg); in initialize()
H A DSWFButton.java32 throws SWFException in SWFButton()
49 throws SWFException in setUp()
52 throws SWFException in setDown()
55 throws SWFException in setOver()
58 throws SWFException in setHit()
62 throws SWFException in addShape()
66 throws SWFException in addAction()
H A DSWFButtonI.java51 public void setUp (SWFShapeI shape) throws SWFException; in setUp()
52 public void setDown (SWFShapeI shape) throws SWFException; in setDown()
53 public void setOver (SWFShapeI shape) throws SWFException; in setOver()
54 public void setHit (SWFShapeI shape) throws SWFException; in setHit()
56 public void addShape (int which, SWFShapeI shape) throws SWFException; in addShape()
57 public void addAction (SWFActionI action, int trigger) throws SWFException; in addAction()
H A DSWFShapeI.java46 public void drawGlyph (SWFFontI font, int c) throws SWFException; in drawGlyph()
56 public SWFFillI addBitmapFill (SWFBitmapI bitmap, int flags) throws SWFException; in addBitmapFill()
57 public SWFFillI addGradientFill (SWFGradientI gradient, int flags) throws SWFException; in addGradientFill()
58 public SWFFillI addSolidFill (int r, int g, int b, int alpha) throws SWFException; in addSolidFill()
59 public SWFFillI addSolidFill (SWFColor color) throws SWFException; in addSolidFill()
61 public void setLeftFill (SWFFillI fill) throws SWFException; in setLeftFill()
62 public void setRightFill (SWFFillI fill) throws SWFException; in setRightFill()
H A DSWFShape.java36 throws SWFException in SWFShape()
44 throws SWFException in SWFShape()
92 throws SWFException in drawGlyph()
136 throws SWFException in addBitmapFill()
144 throws SWFException in addGradientFill()
152 throws SWFException in addSolidFill()
155 throws SWFException in addSolidFill()
159 throws SWFException in setLeftFill()
167 throws SWFException in setRightFill()
H A DSWFException.java29 public class SWFException extends Exception { class
31 public SWFException (String err) in SWFException() method in SWFException
32 throws SWFException in SWFException()
H A DSWFObjectI.java43 public void eval() throws SWFException; in eval()
45 public Object getProperty (String name) throws SWFException; in getProperty()
48 public float getFloatProperty (String name) throws SWFException; in getFloatProperty()
/dports/graphics/p5-ming/libming-ming-0_4_8/java_ext/
H A DSWFObject.java42 throws SWFException in SWFObject()
52 throws SWFException in SWFObject()
73 public void eval() throws SWFException in eval()
96 throws SWFException in getProperty()
99 throw new SWFException ("SWFObject::getProperty: no properties, trying: " + name); in getProperty()
114 throws SWFException in getFloatProperty()
118 throw new SWFException ("SWFObject::getProperty: unknown property: " + name); in getFloatProperty()
134 throws SWFException in initialize()
149 throw new SWFException ("native loading: " + msg); in initialize()
H A DSWFButton.java32 throws SWFException in SWFButton()
49 throws SWFException in setUp()
52 throws SWFException in setDown()
55 throws SWFException in setOver()
58 throws SWFException in setHit()
62 throws SWFException in addShape()
66 throws SWFException in addAction()
H A DSWFButtonI.java51 public void setUp (SWFShapeI shape) throws SWFException; in setUp()
52 public void setDown (SWFShapeI shape) throws SWFException; in setDown()
53 public void setOver (SWFShapeI shape) throws SWFException; in setOver()
54 public void setHit (SWFShapeI shape) throws SWFException; in setHit()
56 public void addShape (int which, SWFShapeI shape) throws SWFException; in addShape()
57 public void addAction (SWFActionI action, int trigger) throws SWFException; in addAction()
H A DSWFShapeI.java46 public void drawGlyph (SWFFontI font, int c) throws SWFException; in drawGlyph()
56 public SWFFillI addBitmapFill (SWFBitmapI bitmap, int flags) throws SWFException; in addBitmapFill()
57 public SWFFillI addGradientFill (SWFGradientI gradient, int flags) throws SWFException; in addGradientFill()
58 public SWFFillI addSolidFill (int r, int g, int b, int alpha) throws SWFException; in addSolidFill()
59 public SWFFillI addSolidFill (SWFColor color) throws SWFException; in addSolidFill()
61 public void setLeftFill (SWFFillI fill) throws SWFException; in setLeftFill()
62 public void setRightFill (SWFFillI fill) throws SWFException; in setRightFill()
H A DSWFShape.java36 throws SWFException in SWFShape()
44 throws SWFException in SWFShape()
92 throws SWFException in drawGlyph()
136 throws SWFException in addBitmapFill()
144 throws SWFException in addGradientFill()
152 throws SWFException in addSolidFill()
155 throws SWFException in addSolidFill()
159 throws SWFException in setLeftFill()
167 throws SWFException in setRightFill()
H A DSWFException.java29 public class SWFException extends Exception { class
31 public SWFException (String err) in SWFException() method in SWFException
32 throws SWFException in SWFException()
H A DSWFObjectI.java43 public void eval() throws SWFException; in eval()
45 public Object getProperty (String name) throws SWFException; in getProperty()
48 public float getFloatProperty (String name) throws SWFException; in getFloatProperty()
/dports/graphics/py-ming/libming-ming-0_4_8/java_ext/
H A DSWFObject.java42 throws SWFException in SWFObject()
52 throws SWFException in SWFObject()
73 public void eval() throws SWFException in eval()
96 throws SWFException in getProperty()
99 throw new SWFException ("SWFObject::getProperty: no properties, trying: " + name); in getProperty()
114 throws SWFException in getFloatProperty()
118 throw new SWFException ("SWFObject::getProperty: unknown property: " + name); in getFloatProperty()
134 throws SWFException in initialize()
149 throw new SWFException ("native loading: " + msg); in initialize()
H A DSWFButton.java32 throws SWFException in SWFButton()
49 throws SWFException in setUp()
52 throws SWFException in setDown()
55 throws SWFException in setOver()
58 throws SWFException in setHit()
62 throws SWFException in addShape()
66 throws SWFException in addAction()
H A DSWFButtonI.java51 public void setUp (SWFShapeI shape) throws SWFException; in setUp()
52 public void setDown (SWFShapeI shape) throws SWFException; in setDown()
53 public void setOver (SWFShapeI shape) throws SWFException; in setOver()
54 public void setHit (SWFShapeI shape) throws SWFException; in setHit()
56 public void addShape (int which, SWFShapeI shape) throws SWFException; in addShape()
57 public void addAction (SWFActionI action, int trigger) throws SWFException; in addAction()
H A DSWFShapeI.java46 public void drawGlyph (SWFFontI font, int c) throws SWFException; in drawGlyph()
56 public SWFFillI addBitmapFill (SWFBitmapI bitmap, int flags) throws SWFException; in addBitmapFill()
57 public SWFFillI addGradientFill (SWFGradientI gradient, int flags) throws SWFException; in addGradientFill()
58 public SWFFillI addSolidFill (int r, int g, int b, int alpha) throws SWFException; in addSolidFill()
59 public SWFFillI addSolidFill (SWFColor color) throws SWFException; in addSolidFill()
61 public void setLeftFill (SWFFillI fill) throws SWFException; in setLeftFill()
62 public void setRightFill (SWFFillI fill) throws SWFException; in setRightFill()
H A DSWFShape.java36 throws SWFException in SWFShape()
44 throws SWFException in SWFShape()
92 throws SWFException in drawGlyph()
136 throws SWFException in addBitmapFill()
144 throws SWFException in addGradientFill()
152 throws SWFException in addSolidFill()
155 throws SWFException in addSolidFill()
159 throws SWFException in setLeftFill()
167 throws SWFException in setRightFill()
H A DSWFException.java29 public class SWFException extends Exception { class
31 public SWFException (String err) in SWFException() method in SWFException
32 throws SWFException in SWFException()
H A DSWFObjectI.java43 public void eval() throws SWFException; in eval()
45 public Object getProperty (String name) throws SWFException; in getProperty()
48 public float getFloatProperty (String name) throws SWFException; in getFloatProperty()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/
H A Dmingpp.h128 class SWFException : public std::exception
131 SWFException(const char *m)
136 virtual ~SWFException() throw ()
961 throw SWFException("SWFMovie()");
1204 throw SWFException("SWFFillStyle");
1221 throw SWFException("SWFFill");
1290 throw SWFException("SWFFill");
1305 throw SWFException("SWFShape()");
1502 throw SWFException("SWFMorph()");
1536 throw SWFException("SWFText()");
[all …]
/dports/graphics/ming/libming-ming-0_4_8/
H A Dmingpp.h128 class SWFException : public std::exception
131 SWFException(const char *m) in SWFException() function
136 virtual ~SWFException() throw () in ~SWFException()
959 throw SWFException("SWFMovie()"); in SWFMovie()
1202 throw SWFException("SWFFillStyle"); in SWFFillStyle()
1219 throw SWFException("SWFFill"); in SWFFill()
1288 throw SWFException("SWFFill"); in SWFFill()
1303 throw SWFException("SWFShape()"); in SWFShape()
1500 throw SWFException("SWFMorph()"); in SWFMorph()
1534 throw SWFException("SWFText()");
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/
H A Dmingpp.h128 class SWFException : public std::exception
131 SWFException(const char *m) in SWFException() function
136 virtual ~SWFException() throw () in ~SWFException()
959 throw SWFException("SWFMovie()"); in SWFMovie()
1202 throw SWFException("SWFFillStyle"); in SWFFillStyle()
1219 throw SWFException("SWFFill"); in SWFFill()
1288 throw SWFException("SWFFill"); in SWFFill()
1303 throw SWFException("SWFShape()"); in SWFShape()
1500 throw SWFException("SWFMorph()"); in SWFMorph()
1534 throw SWFException("SWFText()");
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/
H A Dmingpp.h128 class SWFException : public std::exception
131 SWFException(const char *m) in SWFException() function
136 virtual ~SWFException() throw () in ~SWFException()
959 throw SWFException("SWFMovie()"); in SWFMovie()
1202 throw SWFException("SWFFillStyle"); in SWFFillStyle()
1219 throw SWFException("SWFFill"); in SWFFill()
1288 throw SWFException("SWFFill"); in SWFFill()
1303 throw SWFException("SWFShape()"); in SWFShape()
1500 throw SWFException("SWFMorph()"); in SWFMorph()
1534 throw SWFException("SWFText()");
[all …]

12345678910>>...16