src/java.desktop/share/classes/java/awt/font/TextAttribute.java
changeset 52427 3c6aa484536c
parent 47498 aa0344e6f39b
child 54397 65030bbf5ac1
equal deleted inserted replaced
52426:38bf0c9c4e64 52427:3c6aa484536c
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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
    42 
    42 
    43 import java.io.InvalidObjectException;
    43 import java.io.InvalidObjectException;
    44 import java.text.AttributedCharacterIterator.Attribute;
    44 import java.text.AttributedCharacterIterator.Attribute;
    45 import java.util.Map;
    45 import java.util.Map;
    46 import java.util.HashMap;
    46 import java.util.HashMap;
    47 import jdk.internal.misc.SharedSecrets;
    47 import jdk.internal.access.SharedSecrets;
    48 
    48 
    49 /**
    49 /**
    50  * The {@code TextAttribute} class defines attribute keys and
    50  * The {@code TextAttribute} class defines attribute keys and
    51  * attribute values used for text rendering.
    51  * attribute values used for text rendering.
    52  * <p>
    52  * <p>