All Downloads are FREE. Search and download functionalities are using the official Maven repository.

VAqua.src.org.violetlib.aqua.fc.AquaFileIcon Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2019 Alan Snyder.
 * All rights reserved.
 *
 * You may not use, copy or modify this file, except in compliance with the license agreement. For details see
 * accompanying license terms.
 */

package org.violetlib.aqua.fc;

import org.violetlib.aqua.DynamicIcon;

/**
 * An object that represents the possibly evolving state of an icon for a file.
 */
public class AquaFileIcon extends DynamicIcon {

    public AquaFileIcon(int width, int height) {
        super(width, height);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy