Uses of Class
org.verapdf.features.objects.ActionFeaturesObjectAdapter.Location
-
Packages that use ActionFeaturesObjectAdapter.Location Package Description org.verapdf.features.gf org.verapdf.features.gf.objects org.verapdf.features.objects -
-
Uses of ActionFeaturesObjectAdapter.Location in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type ActionFeaturesObjectAdapter.Location Modifier and Type Method Description static ActionFeaturesObjectGFFeaturesObjectCreator. createActionFeaturesObject(PDAction action, ActionFeaturesObjectAdapter.Location location) -
Uses of ActionFeaturesObjectAdapter.Location in org.verapdf.features.gf.objects
Methods in org.verapdf.features.gf.objects that return ActionFeaturesObjectAdapter.Location Modifier and Type Method Description ActionFeaturesObjectAdapter.LocationGFActionFeaturesObjectAdapter. getLocation()Constructors in org.verapdf.features.gf.objects with parameters of type ActionFeaturesObjectAdapter.Location Constructor Description GFActionFeaturesObjectAdapter(PDAction action, ActionFeaturesObjectAdapter.Location location) -
Uses of ActionFeaturesObjectAdapter.Location in org.verapdf.features.objects
Methods in org.verapdf.features.objects that return ActionFeaturesObjectAdapter.Location Modifier and Type Method Description ActionFeaturesObjectAdapter.LocationActionFeaturesObjectAdapter. getLocation()static ActionFeaturesObjectAdapter.LocationActionFeaturesObjectAdapter.Location. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionFeaturesObjectAdapter.Location[]ActionFeaturesObjectAdapter.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.
-