App
Classes | Public Member Functions | Public Attributes | List of all members
mhr.appcore.tools.actiondata.BrushLikeToolActionData Class Reference

Třída zapouzdřující data pro kreslení pomocí BrushLikeTool. More...

Inheritance diagram for mhr.appcore.tools.actiondata.BrushLikeToolActionData:
mhr.appcore.tools.actiondata.ToolActionData

Classes

enum  Action
 Výčet představuje akci štětce. More...
 

Public Member Functions

 BrushLikeToolActionData (Action action, int eventAtX, int eventAtY)
 Výchozí konstruktor.
 

Public Attributes

Action action
 Akce nástroje.
 
int eventAtX
 Souřadnice akce.
 
int eventAtY
 Souřadnice akce.
 

Detailed Description

Třída zapouzdřující data pro kreslení pomocí BrushLikeTool.

Definition at line 6 of file BrushLikeToolActionData.java.

Constructor & Destructor Documentation

mhr.appcore.tools.actiondata.BrushLikeToolActionData.BrushLikeToolActionData ( Action  action,
int  eventAtX,
int  eventAtY 
)
inline

Výchozí konstruktor.

Parameters
actionPožadovaná akce.
eventAtXSouřadnice
eventAtYSouřadnice

Definition at line 25 of file BrushLikeToolActionData.java.

{
this.action = action;
}

Member Data Documentation

Action mhr.appcore.tools.actiondata.BrushLikeToolActionData.action

Akce nástroje.

Definition at line 15 of file BrushLikeToolActionData.java.

int mhr.appcore.tools.actiondata.BrushLikeToolActionData.eventAtX

Souřadnice akce.

Definition at line 16 of file BrushLikeToolActionData.java.

int mhr.appcore.tools.actiondata.BrushLikeToolActionData.eventAtY

Souřadnice akce.

Definition at line 17 of file BrushLikeToolActionData.java.


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