Package simtools.shapes.CurveShape

Examples of simtools.shapes.CurveShape.CurveShapePropertiesNames


            propertyNames.addAll(Arrays.asList(new AxePropertiesNames("primY").getPropertyNames()));
            propertyNames.addAll(Arrays.asList(new AxePropertiesNames("secX").getPropertyNames()));
            propertyNames.addAll(Arrays.asList(new AxePropertiesNames("secY").getPropertyNames()));

            // curves
            propertyNames.addAll(Arrays.asList((new CurveShapePropertiesNames()).getPropertyNames()));

            // limits
            propertyNames.addAll(Arrays.asList((new LimitShapePropertiesNames()).getPropertyNames()));

            propertyNames.add("PLOT_LEGEND");
View Full Code Here

TOP

Related Classes of simtools.shapes.CurveShape.CurveShapePropertiesNames

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.