Revision 232 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/IFFrame.java

View differences:

IFFrame.java
195 195
    public boolean isSelected();
196 196

  
197 197
    /**
198
     * Devuelve un entero que representa donde esta contenido el punto que se
199
     * pasa como par?metro.
198
     * Checks whether the provided point is contained within the FFrame
199
     * rectangle.
200 200
     * 
201 201
     * @param p
202
     *            punto a comparar.
202
     *            Point to compare
203 203
     * 
204
     * @return entero que representa como esta contenido el punto.
204
     * @return An integer representing the topologic relation of the point and
205
     * the frame rectangle. It can be one of:
206
     * {@link IFFrame#NOSELECT},
207
     * {@link IFFrame#NO}, {@link IFFrame#N}, {@link IFFrame#NE},
208
     * {@link IFFrame#O}, {@link IFFrame#RECT}, {@link IFFrame#E},
209
     * {@link IFFrame#SO}, {@link IFFrame#S}, {@link IFFrame#SE}.
205 210
     */
206 211
    public int getContains(Point2D p);
207 212

  
......
301 306
    public void drawSymbolTag(Graphics2D g);
302 307

  
303 308
    /**
304
     * Rellena la rotaci?n del BoundingBox.
309
     * Sets the rotation of the frame, measured in arc degrees
305 310
     * 
306 311
     * @param rotation
307
     *            rotaci?n que se quiere aplicar.
312
     *            Rotation to apply to the frame
308 313
     */
309 314
    public void setRotation(double rotation);
310 315

  
311 316
    /**
312
     * Devuelve la rotaci?n del BoundingBox.
317
     * Gets the rotation of the frame, measured in arc degrees
313 318
     * 
314
     * @return Rotaci?n del BoundingBox.
319
     * @return Rotation of the frame
315 320
     */
316 321
    public double getRotation();
317 322

  

Also available in: Unified diff