| // ////////////////////////////////////////////////////////////////////////////// |
| // |
| // 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 |
| { |
| |
| /** |
| * @private |
| * This class is used to link additional classes into rpc.swc |
| * beyond those that are found by dependecy analysis starting |
| * from the classes specified in manifest.xml. |
| */ |
| internal class StyleClasses |
| { |
| import org.apache.royale.style.colors.ColorSwatch; ColorSwatch; |
| import org.apache.royale.style.colors.NamedColorSet; NamedColorSet; |
| import org.apache.royale.style.util.StyleManager; StyleManager; |
| import org.apache.royale.style.util.ThemeManager; ThemeManager; |
| import org.apache.royale.style.util.ContentAlign; ContentAlign; |
| import org.apache.royale.style.support.UIItemRendererBase; UIItemRendererBase; |
| import org.apache.royale.style.const.Theme; Theme; |
| import org.apache.royale.style.data.DataItem; DataItem; |
| import org.apache.royale.style.data.ListData; ListData; |
| import org.apache.royale.style.data.MenuData; MenuData; |
| |
| import org.apache.royale.style.util.Calc;Calc; |
| import org.apache.royale.style.util.Clamp;Clamp; |
| import org.apache.royale.style.util.Min;Min; |
| import org.apache.royale.style.util.Max;Max; |
| import org.apache.royale.style.beads.TreeItemRendererInitializer;TreeItemRendererInitializer; |
| import org.apache.royale.style.stylebeads.states.media.MediaBreakpoint; MediaBreakpoint; |
| import org.apache.royale.style.stylebeads.states.media.MediaBetween; MediaBetween; |
| import org.apache.royale.style.stylebeads.states.media.ContainerBreakpoint; ContainerBreakpoint; |
| import org.apache.royale.style.stylebeads.states.ActiveState; ActiveState; |
| |
| } |
| |
| } |