Edit C:\Program Files\Java\jdk1.8.0_121\javafx\geometry\BoundingBoxBuilder.java
/* * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javafx.geometry; /** Builder class for javafx.geometry.BoundingBox @see javafx.geometry.BoundingBox @deprecated This class is deprecated and will be removed in the next version * @since JavaFX 2.0 */ @javax.annotation.Generated("Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class BoundingBoxBuilder<B extends javafx.geometry.BoundingBoxBuilder<B>> implements javafx.util.Builder<javafx.geometry.BoundingBox> { protected BoundingBoxBuilder() { } /** Creates a new instance of BoundingBoxBuilder. */ @SuppressWarnings({"deprecation", "rawtypes", "unchecked"}) public static javafx.geometry.BoundingBoxBuilder<?> create() { return new javafx.geometry.BoundingBoxBuilder(); } private double depth; /** Set the value of the {@link javafx.geometry.BoundingBox#getDepth() depth} property for the instance constructed by this builder. */ @SuppressWarnings("unchecked") public B depth(double x) { this.depth = x; return (B) this; } private double height; /** Set the value of the {@link javafx.geometry.BoundingBox#getHeight() height} property for the instance constructed by this builder. */ @SuppressWarnings("unchecked") public B height(double x) { this.height = x; return (B) this; } private double minX; /** Set the value of the {@link javafx.geometry.BoundingBox#getMinX() minX} property for the instance constructed by this builder. */ @SuppressWarnings("unchecked") public B minX(double x) { this.minX = x; return (B) this; } private double minY; /** Set the value of the {@link javafx.geometry.BoundingBox#getMinY() minY} property for the instance constructed by this builder. */ @SuppressWarnings("unchecked") public B minY(double x) { this.minY = x; return (B) this; } private double minZ; /** Set the value of the {@link javafx.geometry.BoundingBox#getMinZ() minZ} property for the instance constructed by this builder. */ @SuppressWarnings("unchecked") public B minZ(double x) { this.minZ = x; return (B) this; } private double width; /** Set the value of the {@link javafx.geometry.BoundingBox#getWidth() width} property for the instance constructed by this builder. */ @SuppressWarnings("unchecked") public B width(double x) { this.width = x; return (B) this; } /** Make an instance of {@link javafx.geometry.BoundingBox} based on the properties set on this builder. */ public javafx.geometry.BoundingBox build() { javafx.geometry.BoundingBox x = new javafx.geometry.BoundingBox(this.minX, this.minY, this.minZ, this.width, this.height, this.depth); return x; } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de