/* * @(#)GraphicsResources.java * * Copyright 2002 EGANTT LLP. All rights reserved. * PROPRIETARY/QPL. Use is subject to license terms. */ package com.egantt.swing.graphics; /** * Constants that should be used inconjuction with a GraphicsContext */ public interface GraphicsResources extends com.egantt.awt.graphics.GraphicsResources { String BORDER = "Border"; /** @see java.awt.text.Format*/ String FORMAT = "Format"; String INSETS = "Insets"; String SHAPE = "Shape"; }