The ValueTransformableTreeGraph type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ValueTransformableTreeGraph |
Instantiates a new ValueTransformableTreeGraph.
|
Methods
Name | Description | |
---|---|---|
![]() | BuildGradientMap |
Builds a gradient map based upon BusColorGradient and
BusColorTransform for the data in this network.
|
![]() | Draw |
Draws the graph for the NetworkModel provided by
Network.
(Overrides TreeGraph Draw .) |
![]() | DrawBuses |
Draws all the network buses, using the specified value transforms.
|
![]() | DrawLines |
Draws all the network lines.
|
![]() | GetObjectAtLocation |
Finds the network element at the specified (device-independent) pixel location.
(Overrides TreeGraph GetObjectAtLocation(Point).) |
![]() | ScaledLocation |
Scales a (Inherited from TreeGraph.)![]() |
![]() | ScaledRectangle |
Scales a rectangle from Network Coordinates to Image Coordinates.
(Inherited from TreeGraph.) |
![]() | UnscaledLocation |
Unscales a (Inherited from TreeGraph.)![]() |
![]() | UnscaledRectangle |
Unscales a rectangle from Image Coordinates to Network Coordinates.
(Inherited from TreeGraph.) |
Properties
Name | Description | |
---|---|---|
![]() | BusColorGradient |
An adaptive gradient that determines, in conjunction with
BusColorTransform, how the buses on the network
should be coloured.
|
![]() | BusColorTransform |
A function that transforms Buses into values that
are passed to BusColorGradient to determine the
colour of buses displayed on the network graph.
|
![]() | BusSizeMax |
The maximum allowable bus size, in pixel radius.
|
![]() | BusSizeMin |
The minimum allowable bus size, in pixel radius.
|
![]() | BusSizeTransform |
A function that controls the size of each Bus.
|
![]() | BusVisibleTransform |
A function that should return true if a supplied
Bus should be drawn.
|
![]() | ImgCoords |
The coordinates within which the image is to be displayed.
(Inherited from TreeGraph.) |
![]() | LineThickness |
The thickness of Lines to be drawn on the graph.
|
![]() | Margin |
A margin around the edge of the graph.
(Inherited from TreeGraph.) |
![]() | Network | (Inherited from TreeGraph.) |
![]() | PresentationMode |
If true, specifies that the graph should be drawn in presentation mode.
(Inherited from TreeGraph.) |
![]() | RingColor |
The color of the ring. Constant across all buses.
|
![]() | RingDistanceFromCenter |
Should be set to true if RingDistanceTransform
measures the distance of the ring from the centre of the bus.
Otherwise, RingDistanceTransform is interpreted as the
distance between the edge of the bus circle and the ring.
|
![]() | RingDistanceTransform |
Should return values that specify the distance that the ring is to
be drawn from either the centre of the bus or the edge of the bus,
as controlled by RingDistanceFromCenter.
|
![]() | RingEnabledTransform |
A function that should return true if the bus should have
a ring drawn around it.
|
![]() | RingThickness |
The thickness of the ring (in pixels). Constant across all buses.
|
See Also