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

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

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
package com.adobe.xfa.gfx;

/**
 * This class represents a model context, effectively allowing the
 * client to manage multiple co-ordinate spaces for its model.  The
 * client might use different model context instances to represent
 * different pages of a document.  This is a model-side concept, not to
 * be confused with multiple views of the same model.
 * 

* View events (method calls) may be annotated with a model context to * allow the client's implementation to determine which context of the * model the event applies to. *

* @exclude from published api. */ public interface GFXModelContext extends GFXContext { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy