This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new 5a3d8d6 mx.graphics.IFill Added (#160)
5a3d8d6 is described below
commit 5a3d8d61c2af87ed4e2425af2b261e8035fa7b33
Author: Alina <[email protected]>
AuthorDate: Wed Apr 11 14:03:49 2018 +0500
mx.graphics.IFill Added (#160)
* mx.graphics.IFill Added
mx.graphics.IFill Added
* Update MXRoyaleClasses.as
Update MXRoyaleClasses.as for IFill
---
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 1 +
.../MXRoyale/src/main/royale/mx/graphics/IFill.as | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
index 183ab6f..c6bc8a8 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -37,6 +37,7 @@ internal class MXRoyaleClasses
import mx.containers.ControlBar; ControlBar;
import mx.controls.ToolTip; ToolTip;
import mx.controls.beads.ToolTipBead; ToolTipBead;
+ import mx.graphics.IFill; IFill;
import mx.graphics.GradientEntry; GradientEntry;
import mx.core.EventPriority; EventPriority;
import mx.core.IFactory; IFactory;
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/IFill.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/IFill.as
new file mode 100644
index 0000000..471f97b
--- /dev/null
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/graphics/IFill.as
@@ -0,0 +1,27 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package mx.graphics
+{
+
+ import org.apache.royale.graphics.IFill;
+ public interface IFill extends org.apache.royale.graphics.IFill
+ {
+
+ }
+}
--
To stop receiving notification emails like this one, please contact
[email protected].