Class FlashPrintElement


  • public final class FlashPrintElement
    extends java.lang.Object
    Deprecated.
    To be removed.
    Utility class that creates generic print elements of Flash type.

    Such an element has a parameter that provides the URL of the SWF movie, and a list of parameters that acts a Flash variables.

    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    See Also:
    FlashHtmlHandler
    • Field Detail

      • FLASH_ELEMENT_NAME

        public static final java.lang.String FLASH_ELEMENT_NAME
        Deprecated.
        The name of Flash generic elements.
        See Also:
        Constant Field Values
      • FLASH_ELEMENT_TYPE

        public static final JRGenericElementType FLASH_ELEMENT_TYPE
        Deprecated.
        The qualified type of Flash generic elements.
      • PARAMETER_SWF_URL

        public static final java.lang.String PARAMETER_SWF_URL
        Deprecated.
        The name of the parameter that provides the URL of the SWF movie.
        See Also:
        Constant Field Values
      • PARAMETER_FLASH_VAR_PREFIX

        public static final java.lang.String PARAMETER_FLASH_VAR_PREFIX
        Deprecated.
        The prefix of parameter names that acts as Flash variables.
        See Also:
        Constant Field Values
      • PROPERTY_IGNORE_SIZE

        @Deprecated
        public static final java.lang.String PROPERTY_IGNORE_SIZE
        Deprecated.
        Boolean property used to avoid setting the width and height of the SWFLoader control in the Flash report viewer.

        Defaults to false.

        See Also:
        Constant Field Values
      • PROPERTY_ALLOW_SCRIPT_ACCESS

        public static final java.lang.String PROPERTY_ALLOW_SCRIPT_ACCESS
        Deprecated.
        Property that determines the value of the allowScriptAccess parameter for Flash elements.

        The property can be set at element, report and system levels.

        See Also:
        Constant Field Values