org.jplot2d.renderer
Class CacheableBlock
- java.lang.Object
-
- org.jplot2d.renderer.CacheableBlock
-
public class CacheableBlock extends java.lang.ObjectA block holds subcomponents of a cacheable component.
-
-
Constructor Summary
Constructors Constructor and Description CacheableBlock(ComponentEx comp, ComponentEx copy, java.util.List<ComponentEx> subcomps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ComponentExgetComp()java.util.List<ComponentEx>getSubcomps()ComponentExgetUid()
-
-
-
Constructor Detail
-
CacheableBlock
public CacheableBlock(ComponentEx comp, ComponentEx copy, java.util.List<ComponentEx> subcomps)
- Parameters:
comp- the original component, act as uidcopy- the component copy for renderingsubcomps- the sub-component copies for rendering, contains comp
-
-
Method Detail
-
getUid
public ComponentEx getUid()
-
getComp
public ComponentEx getComp()
-
getSubcomps
public java.util.List<ComponentEx> getSubcomps()
-
-
DMelt 3.0 © DataMelt by jWork.ORG