Package open.dolphin.impl.scheam.holder

Examples of open.dolphin.impl.scheam.holder.Line2DHolder


    /**
     * Shape を Line2DHolder に入れて drawingList に加える
     * @param shape
     */
    public void addLineShape(Line2D.Double shape) {
        Line2DHolder sh = new Line2DHolder(shape,
                properties.getStroke(),
                properties.getFillColor(),
                properties.getAlphaComposite());
        addShape(sh);       
    }
View Full Code Here

TOP

Related Classes of open.dolphin.impl.scheam.holder.Line2DHolder

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.