DhJumpPoint.DhJumpPoint

Overview | Methods | This Package | All Packages

DhJumpPoint.DhJumpPoint

Creates a DhJumpPoint object.

Syntax

public DhJumpPoint() public DhJumpPoint( String name )

Parameters

name

The name of the jump point. This is the text that is assigned to a NAME attribute in HTML. For example, if name is "anchor2", the corresponding HTML anchor tag would be <A NAME="anchor2"></A>