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

com.adobe.xfa.gfx.GFXContext Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
package com.adobe.xfa.gfx;
//----------------------------------------------------------------------
//
//	ADOBE CONFIDENTIAL
//	__________________
//
//		Copyright 1995 - 2006 Adobe Systems Incorporated.  All
//		Rights Reserved.
//
//		NOTICE:  All information contained herein is, and remains
//		the property of Adobe Systems Incorporated and its
//		suppliers, if any.	The intellectual and technical
//		concepts contained herein are proprietary to Adobe Systems
//		Incorporated and its suppliers and may be covered by U.S.
//		and Foreign Patents, patents in process, and are protected
//		by trade secret or copyright law.  Dissemination of this
//		information or reproduction of this material is strictly
//		forbidden unless prior written permission is obtained from
//		Adobe Systems Incorporated.
//
//----------------------------------------------------------------------

/**
 * 

* Class jfGfxContext is the base class for all graphic context classes. *

*

* It is expected that not all clients will want or need to use the XFA * typing mechanism. For example, a client may choose to implement only * one type of text context. It can then safely assume that all text * contexts passed to its driver implementation will be of the type that * it implemented. An application needs to worry about context type * only if it chooses to derive multiple types from one of the context * classes. *

* @exclude from published api -- Mike Tardif, May 2006. */ public interface GFXContext { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy