Uses of Interface
omix.plugin.model.writable.points.Arc

  • Uses of Arc in omix.plugin.diagram.writable

    Methods in omix.plugin.diagram.writable that return Arc 
    Modifier and Type Method Description
    default Arc Diagram.createArc​(double x, double y, double radius, double startAngle, double length)
    Create an arc with the given center, radius, start angle and length.
    default Arc Diagram.createArc​(double x, double y, double radiusX, double radiusY, double startAngle, double length)
    Create an arc with the given center, radiusX, radiusY, start angle and length.
  • Uses of Arc in omix.plugin.model.writable

    Methods in omix.plugin.model.writable that return Arc 
    Modifier and Type Method Description
    default Arc Model.createArc​(double x, double y, double radius, double startAngle, double length)
    Create an arc with the given center, radius, start angle and length.
    Arc Model.createArc​(double x, double y, double radiusX, double radiusY, double startAngle, double length)
    Create an arc with the given center, radiusX, radiusY, start angle and length.
  • Uses of Arc in omix.plugin.motifstamp.writable

    Methods in omix.plugin.motifstamp.writable that return Arc 
    Modifier and Type Method Description
    default Arc MotifStamp.createArc​(double x, double y, double radius, double startAngle, double length)
    Create an arc with the given center, radius, start angle and length.
    Arc MotifStamp.createArc​(double x, double y, double radiusX, double radiusY, double startAngle, double length)
    Create an arc with the given center, radiusX, radiusY, start angle and length.