Module com.aoapps.html.any
Interface Coords<E extends Element<?,?,E> & Coords<E>>
- Type Parameters:
E- This element type
- All Known Implementing Classes:
AnyAREA
public interface Coords<E extends Element<?,?,E> & Coords<E>>
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault Ecoords(int x, int y, int radius) default Ecoords(int left, int top, int right, int bottom) default Ecoords(Suppliers.Circle<Ex> circle) coords(Suppliers.Polygon<Ex> poly) coords(Suppliers.Rectangle<Ex> rect) coords(Suppliers.Shape<Ex> shape) coords(IOSupplierE<String, Ex> coords) default Edefault Edefault Edefault Edefault Edefault Edefault Edefault EDeprecated.In HTML4, the values are numbers of pixels or percentages, if a percent sign (%) is appended; in HTML5, the values are numbers of CSS pixels.default EDeprecated.In HTML4, the values are numbers of pixels or percentages, if a percent sign (%) is appended; in HTML5, the values are numbers of CSS pixels.
-
Method Details
-
coords
- Throws:
IOException
-
coords
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
coords
@Deprecated(forRemoval=false) default E coords(String left, String top, String right, String bottom) throws IOException Deprecated.In HTML4, the values are numbers of pixels or percentages, if a percent sign (%) is appended; in HTML5, the values are numbers of CSS pixels.- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
coords
@Deprecated(forRemoval=false) default E coords(String x, String y, String radius) throws IOException Deprecated.In HTML4, the values are numbers of pixels or percentages, if a percent sign (%) is appended; in HTML5, the values are numbers of CSS pixels.- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
coords
- Throws:
IOException
-
coords
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
