Java com.badlogic.gdx.maps.objects EllipseMapObject fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.maps.objects EllipseMapObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.maps.objects EllipseMapObject.

The text is from its open source code.

Constructor

EllipseMapObject(float x, float y, float width, float height)
Creates an Ellipse object with the given X and Y coordinates along with a specified width and height.

Method