CartoType Android API 8.8-7-gb35e4dc71
for Java development on Android
Public Attributes | List of all members
com.cartotype.Rect Class Reference

Public Attributes

double minX
 
double minY
 
double maxX
 
double maxY
 

Detailed Description

A rectangle in two-dimensional space, aligned with the coordinate system and defined by its minimum and maximum corner coordinates.

Member Data Documentation

◆ maxX

double com.cartotype.Rect.maxX

The maximum X coordinate.

◆ maxY

double com.cartotype.Rect.maxY

The maximum Y coordinate.

◆ minX

double com.cartotype.Rect.minX

The minimum X coordinate.

◆ minY

double com.cartotype.Rect.minY

The minimum Y coordinate.


The documentation for this class was generated from the following file: