com.hp.lft.sdk.web

Interface Area

    • Method Detail

      • getTarget

        java.lang.String getTarget()
                            throws GeneralLeanFtException
        Returns the target frame of the navigation.
        Returns:
        the target frame of the navigation. Possible values: Any valid HTML target attribute value, for example, framename, _blank, or _self.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getHref

        java.lang.String getHref()
                          throws GeneralLeanFtException
        Returns the location to which the browser navigates when the object is clicked.
        Returns:
        the location to which the browser navigates when the object is clicked.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getMapName

        java.lang.String getMapName()
                             throws GeneralLeanFtException
        Returns the name of the map element the image uses to define the area inside the image.
        Returns:
        the name of the map element the image uses to define the area inside the image.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getCoords

        int[] getCoords()
                 throws GeneralLeanFtException
        Returns the coordinates of an area in an image-map. The coordinate format is determined by the shape of the area, for example:
        shape="rect" - x1,y1,x2,y2
        shape="circle" - x,y,radius
        shape="poly" - x1,y1,x2,y2,..,xn,yn
        Returns:
        the coordinates of an area in an image-map.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.