jdk/src/java.desktop/share/classes/java/awt/image/DataBufferFloat.java
changeset 45025 9ad3afa82b5e
parent 35667 ed476aba94de
equal deleted inserted replaced
45024:c60424cbb434 45025:9ad3afa82b5e
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    29 
    29 
    30 /**
    30 /**
    31  * This class extends {@code DataBuffer} and stores data internally
    31  * This class extends {@code DataBuffer} and stores data internally
    32  * in {@code float} form.
    32  * in {@code float} form.
    33  * <p>
    33  * <p>
    34  * <a name="optimizations">
    34  * <a id="optimizations">
    35  * Note that some implementations may function more efficiently
    35  * Note that some implementations may function more efficiently
    36  * if they can maintain control over how the data for an image is
    36  * if they can maintain control over how the data for an image is
    37  * stored.
    37  * stored.
    38  * For example, optimizations such as caching an image in video
    38  * For example, optimizations such as caching an image in video
    39  * memory require that the implementation track all modifications
    39  * memory require that the implementation track all modifications