Ignore:
Timestamp:
2017-02-02T00:08:08+01:00 (7 years ago)
Author:
Don-vip
Message:

see #14319 - update to latest version of svgSalamander (2017-01-07, patched)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/kitfox/svg/RenderableElement.java

    r8084 r11525  
    7373    }
    7474
     75    @Override
    7576    protected void build() throws SVGException
    7677    {
     
    9697    abstract public void render(Graphics2D g) throws SVGException;
    9798
    98     abstract void pick(Point2D point, boolean boundingBox, List retVec) throws SVGException;
     99    abstract void pick(Point2D point, boolean boundingBox, List<List<SVGElement>> retVec) throws SVGException;
    99100
    100     abstract void pick(Rectangle2D pickArea, AffineTransform ltw, boolean boundingBox, List retVec) throws SVGException;
     101    abstract void pick(Rectangle2D pickArea, AffineTransform ltw, boolean boundingBox, List<List<SVGElement>> retVec) throws SVGException;
    101102
    102103    abstract public Rectangle2D getBoundingBox() throws SVGException;
Note: See TracChangeset for help on using the changeset viewer.