You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/10/07 16:36:48 UTC

[royale-asjs] 01/04: More stubs in SparkRoyale

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 3828e07423f2899e1880cbf21bf692580ce37e73
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Wed Oct 7 17:35:02 2020 +0100

    More stubs in SparkRoyale
---
 frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as    | 2 ++
 .../projects/SparkRoyale/src/main/royale/spark/effects/Fade.as       | 2 +-
 .../SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as      | 2 +-
 .../projects/SparkRoyale/src/main/royale/spark/primitives/Line.as    | 5 +++++
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
index cd07ddb..319af51 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
@@ -95,6 +95,8 @@ public class Effect extends org.apache.royale.effects.Effect
 	  } 
 
 	// not implemented
+	public function set targets(value:Array):void {}
+	// not implemented
 	public function set target(value:Object):void {}
 
 
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Fade.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Fade.as
index fc6ba7e..1e562fe 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Fade.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Fade.as
@@ -26,6 +26,6 @@ import mx.effects.Fade;
 [Event(name="effectUpdate", type="mx.events.EffectEvent")]
 public class Fade extends mx.effects.Fade
 {
-	
+	public function set targets(value:Array):void {} // not implemented
 }
 }
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as
index a85b6f7..576adb8 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as
@@ -23,6 +23,6 @@ package spark.primitives
 
 	public class BitmapImage extends Image
 	{
-		public function fillMode(value:String):void {}
+		public function set fillMode(value:String):void {} // not implemented
 	}
 }
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as
index 45b42d9..568aa68 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as
@@ -97,6 +97,11 @@ public class Line extends UIBase
 		// not implemented
 	}
 
+	public function set bottom(value:Object):void
+	{
+		// not implemented
+	}
+
 	public function set top(value:Object):void
 	{
 		// not implemented