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

org.monte.media.gui.plaf.PlafConstants Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
/*
 * @(#)PlafConstants.java  1.0  2001-10-17
 *
 * Copyright (c) 2006 Werner Randelshofer, Goldau, Switzerland.
 * All rights reserved.
 *
 * You may not use, copy or modify this file, except in compliance with the
 * license agreement you entered into with Werner Randelshofer.
 * For details see accompanying license terms.
 */

package org.monte.media.gui.plaf;

/**
 *
 * @author  Werner Randelshofer
 * @version 1.0 2001-10-17 Created.
 */
public interface PlafConstants {
    /**
     * Client property to specify bevel in ImageButtonUI,
     * ImageToggleButtonUI and ImageSliderUI.
     *
     * 

Possible values for this property are: * EAST, WEST, NONE, ALL. */ public final static String PROP_BEVEL = "org.monte.gui.plaf.Bevel"; /** * The all property value. */ public final static String ALL = "All"; /** * The none property value. */ public final static String NONE = "None"; /** * The center property value. */ public final static String CENTER = "Center"; /** * The east property value. */ public final static String EAST = "East"; /** * The west property value. */ public final static String WEST = "West"; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy