sun.awt.geom.PathConsumer2D |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
If a given PathConsumer performs all or most of its work
natively then it can return a (non-zero) pointer to a
native function vector that defines C functions for all
of the above methods.
| |||||||||||
Called after the last segment of the last subpath when the
iteration of the path segments is completely done.
| |||||||||||
If a given PathConsumer performs all or most of its work natively then it can return a (non-zero) pointer to a native function vector that defines C functions for all of the above methods. The specific pointer it returns is a pointer to a PathConsumerVec structure as defined in the include file src/share/native/sun/java2d/pipe/PathConsumer2D.h
Called after the last segment of the last subpath when the
iteration of the path segments is completely done. This
method serves to trigger the end of path processing in the
consumer that would normally be triggered when a
PathIterator
returns true
from its done
method.