MetaDone
metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape Class Reference
Inheritance diagram for metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape:
Collaboration diagram for metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape:

List of all members.

Public Member Functions

 VoidAnchorShape (int radius)
 VoidAnchorShape (int radius, boolean line, Stroke stroke)
int getRadius ()
double getCutDistance ()
boolean isLineDrawn ()
void paint (Graphics2D graphics, boolean source)
String toString ()

Private Member Functions

void drawLine (Graphics2D graphics, boolean source)

Private Attributes

final int radius
final boolean line

Detailed Description

A not drawn anchor shape that reserves some place.

Author:
kma

Constructor & Destructor Documentation

metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape.VoidAnchorShape ( int  radius)

Initializes this shape.

Parameters:
radiusThe radius

References metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape.radius.

metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape.VoidAnchorShape ( int  radius,
boolean  line,
Stroke  stroke 
)

Member Function Documentation

void metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape.drawLine ( Graphics2D  graphics,
boolean  source 
) [private]
double metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape.getCutDistance ( )
int metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape.getRadius ( )
boolean metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape.isLineDrawn ( )

Indicates whether a line is drawn.

Returns:
Boolean

References metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape.line.

String metadone.client.grasyla2.visuallibrary.widgets.customAnchorShapes.VoidAnchorShape.toString ( )

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations